1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

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:
Jeremy Benoist 2016-10-11 18:59:08 +02:00
parent 9bed0ea236
commit a0a4ce3135
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 3 additions and 5 deletions

View file

@ -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');
}
}
}