Skip to content

Commit d88bdbc

Browse files
fix test
1 parent 4072090 commit d88bdbc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Tests/Store/RedisProxyStoreFactoryTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@
1717
use Symfony\Component\Lock\Store\StoreFactory;
1818

1919
/**
20-
* @author Alexandre Daubois <alex.daubois@gmail.com>
20+
* @requires extension redis
2121
*/
2222
class RedisProxyStoreFactoryTest extends TestCase
2323
{
2424
public function testCreateStore()
2525
{
26-
if (!class_exists(RedisProxy::class)) {
27-
$this->markTestSkipped();
28-
}
29-
3026
$store = StoreFactory::createStore($this->createMock(RedisProxy::class));
3127

3228
$this->assertInstanceOf(RedisStore::class, $store);

0 commit comments

Comments
 (0)