]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 6 Nov 2015 21:15:20 +0000 (22:15 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 7 Nov 2015 13:16:13 +0000 (14:16 +0100)
src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php

index e3ff47c0eedaf1b27efc72037c7be468726631bb..0bb8be57bf515bc752d40535e3d0b60c3cefa155 100644 (file)
@@ -90,8 +90,8 @@ class InstallCommandTest extends WallabagCoreTestCase
 
     public function testRunInstallCommandWithDatabaseRemoved()
     {
-        if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceOf \Doctrine\DBAL\Driver\PDOPgSql\Driver) {
-            /**
+        if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) {
+            /*
              * LOG:  statement: CREATE DATABASE "wallabag"
              * ERROR:  source database "template1" is being accessed by other users
              * DETAIL:  There is 1 other session using the database.
@@ -183,8 +183,8 @@ class InstallCommandTest extends WallabagCoreTestCase
 
     public function testRunInstallCommandChooseNothing()
     {
-        if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceOf \Doctrine\DBAL\Driver\PDOPgSql\Driver) {
-            /**
+        if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) {
+            /*
              * LOG:  statement: CREATE DATABASE "wallabag"
              * ERROR:  source database "template1" is being accessed by other users
              * DETAIL:  There is 1 other session using the database.
index 0bd7d4fe66de9d09076b0842a9bbc783c9a27d77..56b4c9e41af815259f43ca815f7efa9486138536 100644 (file)
@@ -75,7 +75,7 @@ class EntryControllerTest extends WallabagCoreTestCase
     }
 
     /**
-     * This test will require an internet connection
+     * This test will require an internet connection.
      */
     public function testPostNewOk()
     {