/**
  * @test
  * @group command-set-path
  * @group command
  */
 public function ファイルを指定した場合()
 {
     $path = 'foo';
     $this->file->setPath($path);
     $this->assertEquals($path, $this->file->getPath());
 }