mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Avoid failing test for user who didn’t install Redis
This commit is contained in:
parent
13a522dfbd
commit
0e0102b6fc
5 changed files with 19 additions and 0 deletions
|
@ -34,6 +34,7 @@ class PocketControllerTest extends WallabagCoreTestCase
|
|||
|
||||
public function testImportPocketWithRedisEnabled()
|
||||
{
|
||||
$this->checkRedis();
|
||||
$this->logInAs('admin');
|
||||
$client = $this->getClient();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue