forked from wallabag/wallabag
Lock deps for FOSUser
We’ll wait until the final release will be out and other related project will be update to support it. Meanwhile we can safely lock to a previous version.
This commit is contained in:
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user