We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1880b6b + db8a337 commit 2c54994Copy full SHA for 2c54994
Tests/Store/ExpiringStoreTestTrait.php
@@ -60,7 +60,7 @@ public function testExpiration()
60
*/
61
public function testAbortAfterExpiration()
62
{
63
- $this->expectException('\Symfony\Component\Lock\Exception\LockExpiredException');
+ $this->expectException(LockExpiredException::class);
64
$key = new Key(uniqid(__METHOD__, true));
65
66
/** @var PersistingStoreInterface $store */
0 commit comments