aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-11-07 14:18:38 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-11-07 14:18:38 +0100
commit970e0e994f62d59e25ba42de4502714ab0ab08a1 (patch)
tree7eda18614cd877c9f51729d6c9b60667b6d0484a /src/Wallabag
parent75c48e3ae0e7b23a246216b98f9b1368b9cdd69b (diff)
downloadwallabag-970e0e994f62d59e25ba42de4502714ab0ab08a1.tar.gz
wallabag-970e0e994f62d59e25ba42de4502714ab0ab08a1.tar.zst
wallabag-970e0e994f62d59e25ba42de4502714ab0ab08a1.zip
Remove duplicate comments
Diffstat (limited to 'src/Wallabag')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php b/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
index 0bb8be57..c9346040 100644
--- a/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
@@ -185,13 +185,7 @@ class InstallCommandTest extends WallabagCoreTestCase
185 { 185 {
186 if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) { 186 if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) {
187 /* 187 /*
188 * LOG: statement: CREATE DATABASE "wallabag" 188 * @see testRunInstallCommandWithDatabaseRemoved
189 * ERROR: source database "template1" is being accessed by other users
190 * DETAIL: There is 1 other session using the database.
191 * STATEMENT: CREATE DATABASE "wallabag"
192 * FATAL: database "wallabag" does not exist
193 *
194 * http://stackoverflow.com/a/14374832/569101
195 */ 189 */
196 $this->markTestSkipped('PostgreSQL spotted: can find a good way to drop current database, skipping.'); 190 $this->markTestSkipped('PostgreSQL spotted: can find a good way to drop current database, skipping.');
197 } 191 }