forked from wallabag/wallabag
Avoid failing test for user who didn’t install Redis
This commit is contained in:
@ -54,6 +54,7 @@ class ReadabilityControllerTest extends WallabagCoreTestCase
|
||||
|
||||
public function testImportReadabilityWithRedisEnabled()
|
||||
{
|
||||
$this->checkRedis();
|
||||
$this->logInAs('admin');
|
||||
$client = $this->getClient();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user