зеркало из https://github.com/nextcloud/server.git
Increment number of columns by one
This commit is contained in:
Родитель
cb9e87eced
Коммит
f0962c99dc
|
@ -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());
|
||||
|
|
Загрузка…
Ссылка в новой задаче