Open battis opened 1 year ago
src/Fixture/Fixture.php
// TODO is there a more robust way to handle multiple SQL queries? foreach (explode(';', $this->getSchema()->getSQL()) as $sql) { Query::fromString($sql)->executeWith($pdo); }
src/Fixture/Fixture.php