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 dd8019d + 99627f3 commit 0493856Copy full SHA for 0493856
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