/**
  * @test
  */
 public function setFileOperationAllowedSetsFileOperationAllowed()
 {
     $this->subject->setFileOperationPermissions(0);
     $this->subject->setFileOperationAllowed(true);
     $this->assertTrue($this->subject->isFileOperationAllowed());
 }
Ejemplo n.º 2
0
 /**
  * @test
  */
 public function setFileOperationAllowedSetsFileOperationAllowed()
 {
     $this->fixture->setFileOperationPermissions(0);
     $this->fixture->setFileOperationAllowed(TRUE);
     $this->assertTrue($this->fixture->isFileOperationAllowed());
 }