8000 Add explicit assert · symfony/symfony@d56812d · GitHub
[go: up one dir, main page]

Skip to content

Commit d56812d

Browse files
committed
Add explicit assert
1 parent 255e152 commit d56812d

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)
0