Skip to content

Commit 99627f3

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Lock] fix transient test [HttpKernel] fix tests
2 parents b4c81bf + fe5e504 commit 99627f3

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)