예제 #1
0
파일: FilesTest.php 프로젝트: nxpthx/FLOW3
 /**
  * @test
  * @outputBuffering enabled
  *     ... because the chmod call in ResourceManager emits a warningmaking this fail in strict mode
  */
 public function unlinkReturnsFalseIfSpecifiedPathDoesNotExist()
 {
     $this->assertFalse(\TYPO3\FLOW3\Utility\Files::unlink('NonExistingPath'));
 }