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.
2 parents b4c81bf + fe5e504 commit 99627f3Copy full SHA for 99627f3
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