Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Jan 7, 2016
1 parent de6c0bd commit 0ee6645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/DBAL/Functional/WriteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public function testEmptyIdentityInsert()
$table->setPrimaryKey(array('id'));

try {
$this->_conn->getSchemaManager()->dropTable($table);
$this->_conn->getSchemaManager()->dropTable($table->getQuotedName($platform));
} catch(\Exception $e) { }

foreach ($platform->getCreateTableSQL($table) as $sql) {
Expand Down

0 comments on commit 0ee6645

Please sign in to comment.