8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e5b42 commit df05836Copy full SHA for df05836
src/Symfony/Component/Lock/Tests/Store/DoctrineDbalStoreTest.php
@@ -99,7 +99,7 @@ public function provideDsn()
99
public function testCreatesTableInTransaction(string $platform)
100
{
101
$conn = $this->createMock(Connection::class);
102
- $conn->expects($this->exactly(3))
+ $conn->expects($this->atLeast(3))
103
->method('executeStatement')
104
->withConsecutive(
105
[$this->stringContains('INSERT INTO')],
0 commit comments