Commit 0a7df7c5 authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #511 from MMcM/test-diff-list-create-table

Create the online table before listing it.
parents 72eb3a7b 9b29f5ac
......@@ -250,6 +250,7 @@ class SchemaManagerFunctionalTestCase extends \Doctrine\Tests\DbalFunctionalTest
}
$offlineTable = $this->createListTableColumns();
$this->_sm->dropAndCreateTable($offlineTable);
$onlineTable = $this->_sm->listTableDetails('list_table_columns');
$comparator = new \Doctrine\DBAL\Schema\Comparator();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment