summaryrefslogtreecommitdiffstats
path: root/tests/lib/dbschema.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-12 18:49:47 +0200
committerBart Visscher <bartv@thisnet.nl>2012-10-12 18:49:51 +0200
commitf242e658c3e11febb3e8c91496a482704b462f64 (patch)
tree3fd8880d75e0c54d0802eceae7f708ea2ef52a51 /tests/lib/dbschema.php
parente38b736a1ec092509edaf74d101c6e1c917badda (diff)
downloadnextcloud-server-f242e658c3e11febb3e8c91496a482704b462f64.tar.gz
nextcloud-server-f242e658c3e11febb3e8c91496a482704b462f64.zip
Fix the db tests when running all tests
Diffstat (limited to 'tests/lib/dbschema.php')
-rw-r--r--tests/lib/dbschema.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/dbschema.php b/tests/lib/dbschema.php
index 25abad7fc95..4796ada6921 100644
--- a/tests/lib/dbschema.php
+++ b/tests/lib/dbschema.php
@@ -35,7 +35,7 @@ class Test_DBSchema extends UnitTestCase {
unlink(self::$schema_file2);
}
- // every thing in one test, phpunit messes with MDB2
+ // everything in one test, they depend on each other
public function testSchema() {
$this->doTestSchemaCreating();
$this->doTestSchemaChanging();