Skip to content

Commit fe5e504

Browse files
[Lock] fix transient test
1 parent 7f143e0 commit fe5e504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Store/DoctrineDbalStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function provideDsn()
9999
public function testCreatesTableInTransaction(string $platform)
100100
{
101101
$conn = $this->createMock(Connection::class);
102-
$conn->expects($this->exactly(3))
102+
$conn->expects($this->atLeast(3))
103103
->method('executeStatement')
104104
->withConsecutive(
105105
[$this->stringContains('INSERT INTO')],

0 commit comments

Comments
 (0)