Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 813ba97

Browse filesBrowse files
Fix test
1 parent 6ab2f2b commit 813ba97
Copy full SHA for 813ba97

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎src/Symfony/Component/Lock/Tests/Store/RedisProxyStoreFactoryTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/RedisProxyStoreFactoryTest.php
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ class RedisProxyStoreFactoryTest extends TestCase
2323
{
2424
public function testCreateStore()
2525
{
26+
if (!class_exists(RedisProxy::class)) {
27+
$this->markTestSkipped();
28+
}
29+
2630
$store = StoreFactory::createStore($this->createMock(RedisProxy::class));
2731

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.