1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Avoid failing test for user who didn’t install Redis

This commit is contained in:
Jeremy Benoist 2016-09-24 19:57:59 +02:00
parent 13a522dfbd
commit 0e0102b6fc
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
5 changed files with 19 additions and 0 deletions

View file

@ -54,6 +54,7 @@ class WallabagV2ControllerTest extends WallabagCoreTestCase
public function testImportWallabagWithRedisEnabled()
{
$this->checkRedis();
$this->logInAs('admin');
$client = $this->getClient();