diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-10-12 18:49:47 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-12 18:49:51 +0200 |
commit | f242e658c3e11febb3e8c91496a482704b462f64 (patch) | |
tree | 3fd8880d75e0c54d0802eceae7f708ea2ef52a51 /tests/lib/dbschema.php | |
parent | e38b736a1ec092509edaf74d101c6e1c917badda (diff) | |
download | nextcloud-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.php | 2 |
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(); |