8000 [Lock] fix transient test · symfony/symfony@df05836 · GitHub
[go: up one dir, main page]

Skip to content

Commit df05836

Browse files
[Lock] fix transient test
1 parent 28e5b42 commit df05836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/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)
0