X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2FWallabag%2FCoreBundle%2FWallabagCoreTestCase.php;fp=tests%2FWallabag%2FCoreBundle%2FWallabagCoreTestCase.php;h=7bf4b43ce8f32ee462aaec0187e44df448dcea76;hb=a0a4ce3135565d5d0e362da044e17ce8052bb272;hp=4f103921a78cf6c7c56aa36da70cfb48726ec274;hpb=9bed0ea23672eaf72c3a7d9107e7d1fd4fe8fdf0;p=github%2Fwallabag%2Fwallabag.git 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 try { $this->client->getContainer()->get('wallabag_core.redis.client')->connect(); } catch (\Exception $e) { - $this->markTestSkipped( - 'Redis is not installed/activated' - ); + $this->markTestSkipped('Redis is not installed/activated'); } } }