Пример #1
0
 /**
  * @expectedException Orangehill\Photon\MigrationException
  */
 public function testArgumentPreparationWithInvalidCommandName()
 {
     MigrationGenerator::prepareArguments('create', array());
 }