/**
  * testDir removing directory
  */
 public function testDirectoryRemove()
 {
     $path =& $this->path;
     $this->assertTrue(DirectoryHelper::remove($path));
 }