Example #1
0
 public function testSetDestinationDirectory()
 {
     $this->if($treemap = new testedClass(uniqid(), uniqid()))->then->object($treemap->setDestinationDirectory($directory = uniqid()))->isIdenticalTo($treemap)->string($treemap->getDestinationDirectory())->isEqualTo($directory);
 }