diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-24 19:57:59 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-24 19:57:59 +0200 |
commit | 0e0102b6fcd17266f39dd63a808740d01ab9bd8a (patch) | |
tree | 18dfb21ca8e417343d844eb5f5f09fd6b9a11130 /tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php | |
parent | 13a522dfbd64d1eb14b6e3715289753b0506ded0 (diff) | |
download | wallabag-0e0102b6fcd17266f39dd63a808740d01ab9bd8a.tar.gz wallabag-0e0102b6fcd17266f39dd63a808740d01ab9bd8a.tar.zst wallabag-0e0102b6fcd17266f39dd63a808740d01ab9bd8a.zip |
Avoid failing test for user who didn’t install Redis
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php b/tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php index 98e85d45..3497c4b8 100644 --- a/tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php | |||
@@ -54,6 +54,7 @@ class WallabagV1ControllerTest extends WallabagCoreTestCase | |||
54 | 54 | ||
55 | public function testImportWallabagWithRedisEnabled() | 55 | public function testImportWallabagWithRedisEnabled() |
56 | { | 56 | { |
57 | $this->checkRedis(); | ||
57 | $this->logInAs('admin'); | 58 | $this->logInAs('admin'); |
58 | $client = $this->getClient(); | 59 | $client = $this->getClient(); |
59 | 60 | ||