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 db3037e + 2c54994 commit 663dff3Copy full SHA for 663dff3
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