/**
  * @test
  */
 public function setDirectoryCopyAllowedSetsDirectoryCopyAllowed()
 {
     $this->subject->setFileOperationPermissions(0);
     $this->subject->setDirectoryCopyAllowed(true);
     $this->assertTrue($this->subject->isDirectoryCopyAllowed());
 }
 /**
  * @test
  */
 public function setDirectoryCopyAllowedSetsDirectoryCopyAllowed()
 {
     $this->fixture->setFileOperationPermissions(0);
     $this->fixture->setDirectoryCopyAllowed(TRUE);
     $this->assertTrue($this->fixture->isDirectoryCopyAllowed());
 }