/**
  * @test
  */
 public function setDirectoryOperationAllowedSetsDirectoryOperationAllowed()
 {
     $this->subject->setFileOperationPermissions(0);
     $this->subject->setDirectoryOperationAllowed(true);
     $this->assertTrue($this->subject->isDirectoryOperationAllowed());
 }
 /**
  * @test
  */
 public function setDirectoryOperationAllowedSetsDirectoryOperationAllowed()
 {
     $this->fixture->setFileOperationPermissions(0);
     $this->fixture->setDirectoryoperationAllowed(TRUE);
     $this->assertTrue($this->fixture->isDirectoryOperationAllowed());
 }