Ejemplo n.º 1
0
 /**
  * Run a fixture. Override this method to add logging, etc.
  *
  * @param Connection       $connection
  * @param FixtureInterface $fixture
  */
 protected function runFixture(Connection $connection, FixtureInterface $fixture)
 {
     $fixture->load($connection);
 }