From: Oliver Gasser Date: Tue, 17 Dec 2013 23:37:09 +0000 (+0100) Subject: Increment number of columns by one X-Git-Tag: v7.0.0alpha2~1010^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f0962c99dcebdb1d58033eb1b33d57cf48d88bf7;p=nextcloud-server.git Increment number of columns by one --- diff --git a/tests/lib/db/mdb2schemareader.php b/tests/lib/db/mdb2schemareader.php index faa3b8d7da0..f08996cbeaf 100644 --- a/tests/lib/db/mdb2schemareader.php +++ b/tests/lib/db/mdb2schemareader.php @@ -39,7 +39,7 @@ class MDB2SchemaReader extends \PHPUnit_Framework_TestCase { $this->assertCount(1, $schema->getTables()); $table = $schema->getTable('test_table'); - $this->assertCount(7, $table->getColumns()); + $this->assertCount(8, $table->getColumns()); $this->assertEquals(4, $table->getColumn('integerfield')->getLength()); $this->assertTrue($table->getColumn('integerfield')->getAutoincrement());