Movatterモバイル変換


[0]ホーム

URL:


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

Commitd56812d

Browse files
committed
Add explicit assert
1 parent255e152 commitd56812d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,6 @@ public function testExistsDontStopOnFailure()
374374
->with($key)
375375
->willReturn(false);
376376

377-
$this->store->exists($key);
377+
$this->assertFalse($this->store->exists($key));
378378
}
379379
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp