Skip to content

Commit 4e83270

Browse files
committed
some tests beauty
1 parent bf54c2e commit 4e83270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/IntegrationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Spiral\RoadRunner\Symfony\Lock\Tests;
66

77
use PHPUnit\Framework\TestCase;
8-
use RoadRunner\Lock\LockInterface as RrLock;
8+
use RoadRunner\Lock as RR;
99
use Spiral\RoadRunner\Symfony\Lock\RoadRunnerStore;
1010
use Symfony\Component\Lock\LockFactory;
1111

@@ -20,7 +20,7 @@ public function testLock(): void
2020
'uuid2'
2121
],
2222
];
23-
$rrLock = $this->createMock(RrLock::class);
23+
$rrLock = $this->createMock(RR\LockInterface::class);
2424
$rrLock
2525
->expects(self::exactly(3))
2626
->method('lock')

0 commit comments

Comments
 (0)