aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-11 19:32:22 +0200
committerGitHub <noreply@github.com>2016-10-11 19:32:22 +0200
commitdbe94e73a9eaf3acb250812913b0303b35d01a2e (patch)
tree59c04b4836def3628c508c4d15e5ec45f4c05315 /tests
parent9bed0ea23672eaf72c3a7d9107e7d1fd4fe8fdf0 (diff)
parenta0a4ce3135565d5d0e362da044e17ce8052bb272 (diff)
downloadwallabag-dbe94e73a9eaf3acb250812913b0303b35d01a2e.tar.gz
wallabag-dbe94e73a9eaf3acb250812913b0303b35d01a2e.tar.zst
wallabag-dbe94e73a9eaf3acb250812913b0303b35d01a2e.zip
Merge pull request #2429 from wallabag/lock-fos-user
Lock deps for FOSUser
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/CoreBundle/WallabagCoreTestCase.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php
index 4f103921..7bf4b43c 100644
--- a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php
+++ b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php
@@ -90,9 +90,7 @@ abstract class WallabagCoreTestCase extends WebTestCase
90 try { 90 try {
91 $this->client->getContainer()->get('wallabag_core.redis.client')->connect(); 91 $this->client->getContainer()->get('wallabag_core.redis.client')->connect();
92 } catch (\Exception $e) { 92 } catch (\Exception $e) {
93 $this->markTestSkipped( 93 $this->markTestSkipped('Redis is not installed/activated');
94 'Redis is not installed/activated'
95 );
96 } 94 }
97 } 95 }
98} 96}