Beispiel #1
0
 /**
  * @covers Core\Helpers\Directory::copy
  */
 public function testCopyingDirectory()
 {
     $this->assertTrue(Directory::copy(dirname($this->path), $this->dest));
 }