Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9e05145

Browse files
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‎

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)

AltStyle によって変換されたページ (->オリジナル) /