]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2422 from wallabag/typo-doc
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Tue, 11 Oct 2016 13:03:46 +0000 (15:03 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Oct 2016 13:03:46 +0000 (15:03 +0200)
Fixed display for note in installation page

docs/en/index.rst
tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php
tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php

index beb3816e1a9fa02d5cbf5dda8fc523cf72ca32e6..4e346ae68c817fd4c694df469524644512def438 100644 (file)
@@ -30,8 +30,8 @@ The documentation is available in other languages:
 
    user/faq
    user/installation
-   user/upgrade-2.0.x-2.1.y
-   user/upgrade-2.0.x-2.0.y
+   user/upgrade-2.0.x-2.1.1
+   user/upgrade-2.1.x-2.1.y
    user/migration
    user/import
    user/create_account
index 23c80bec8a3a2fcf79536e69b055afd5c46e06a3..c0417bbe85b0972fc9ad0a44aae1df54938a974b 100644 (file)
@@ -54,6 +54,7 @@ class ChromeControllerTest extends WallabagCoreTestCase
 
     public function testImportChromeWithRedisEnabled()
     {
+        $this->checkRedis();
         $this->logInAs('admin');
         $client = $this->getClient();
         $client->getContainer()->get('craue_config')->set('import_with_redis', 1);
index 98f13d728786a0aa83e325d219fe841f29e8931a..6154ae8dca488f2c59b47dfefe8882e3d0a6e76a 100644 (file)
@@ -54,6 +54,7 @@ class FirefoxControllerTest extends WallabagCoreTestCase
 
     public function testImportFirefoxWithRedisEnabled()
     {
+        $this->checkRedis();
         $this->logInAs('admin');
         $client = $this->getClient();
         $client->getContainer()->get('craue_config')->set('import_with_redis', 1);