Commit a333c85c authored by romanb's avatar romanb

[2.0] Small cleanups

parent d13e94ab
......@@ -107,11 +107,7 @@ class OrmFunctionalTestCase extends OrmTestCase
}
}
if ($classes) {
//try {
$this->_schemaTool->createSchema($classes);
//} catch (\Exception $e) {
// Swallow all exceptions. We do not test the schema tool here.
//}
$this->_schemaTool->createSchema($classes);
}
}
......
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