Ejemplo n.º 1
0
 /**
  * @test
  */
 public function testCommandGeneration()
 {
     $cmd = new Move('from', 'to');
     $this->assertEquals("mv from to", $cmd->getCommand());
 }