Skip to content

Commit c3d04d9

Browse files
committed
Fix test by not use ping method anymore
1 parent 84f86d9 commit c3d04d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/Consumption/Extension/DoctrinePingConnectionExtensionTest.php

Lines changed: 1 addition & 1 deletion
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)