/**
  * @test
  */
 public function getNameReturnsTargetName()
 {
     $this->assertSame('test', $this->fileSystemTarget->getName());
 }