Skip to content

Commit 9e05145

Browse files
committed
Fix test by not use ping method anymore
1 parent 6807e4e commit 9e05145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue-bundle/Tests/Unit/Consumption/Extension/DoctrinePingConnectionExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testShouldSkipIfConnectionWasNotOpened()
127127
;
128128
$connection1
129129
->expects($this->never())
130-
->method('ping')
130+
->method('getDatabasePlatform')
131131
;
132132

133133
// 2nd connection was opened in the past

0 commit comments

Comments
 (0)