コード例 #1
0
 /**
  * testDir removing directory
  */
 public function testDirectoryRemove()
 {
     $path =& $this->path;
     $this->assertTrue(DirectoryHelper::remove($path));
 }