Skip to content

Commit db8a337

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Use ::class keyword when possible
2 parents 40a5fa0 + 8ff22ca commit db8a337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Store/ExpiringStoreTestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testExpiration()
6060
*/
6161
public function testAbortAfterExpiration()
6262
{
63-
$this->expectException('\Symfony\Component\Lock\Exception\LockExpiredException');
63+
$this->expectException(LockExpiredException::class);
6464
$key = new Key(uniqid(__METHOD__, true));
6565

6666
/** @var PersistingStoreInterface $store */

0 commit comments

Comments
 (0)