$container->
get(Connection::
class)->
executeStatement('DROP TABLE IF EXISTS `test_with_enum_column`'
);
} /**
* Cleanup, schema update and container initialisation costs much time, so we
* only call this functions once and then execute all none schema updating tests
* directly
*/
public function testNoneSchemaChanges(): void
{ $container =
$this->
initBlogEntity();
$ids =
new IdsCollection();
$this->
getContainer()->
get(Connection::
class)->
beginTransaction();
$this->
testStorage($container);
$this->
testCreateFromXml();
$this->
testPersist();