diff options
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(); |