Beispiel #1
0
 public function testCustomName()
 {
     $command = new MigrateCommand('my_migrate');
     $this->assertEquals('my_migrate', $command->getName());
 }