1
0
mirror of synced 2024-12-13 06:46:03 +03:00

[2.0] Small cleanups

This commit is contained in:
romanb 2009-05-30 12:08:15 +00:00
parent d13e94abf7
commit a333c85c6b

View File

@ -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);
}
}