Commit d3659e18 authored by Steve Müller's avatar Steve Müller

Merge pull request #2263 from DeepDiver1975/fix-failing-unit-test-on-oracle-2

Fix failing unit test on oracle - second try
parents fbd6ab25 0ee66459
......@@ -262,7 +262,7 @@ class WriteTest extends \Doctrine\Tests\DbalFunctionalTestCase
$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) {
......
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