Example #1
0
 public function testSetResourcesDirectory()
 {
     $this->if($treemap = new testedClass(uniqid(), uniqid()))->then->object($treemap->setResourcesDirectory($directory = uniqid()))->isIdenticalTo($treemap)->string($treemap->getResourcesDirectory())->isEqualTo($directory)->object($treemap->setResourcesDirectory())->isIdenticalTo($treemap)->string($treemap->getResourcesDirectory())->isEqualTo(atoum\directory . DIRECTORY_SEPARATOR . 'resources' . DIRECTORY_SEPARATOR . 'coverage' . DIRECTORY_SEPARATOR . 'treemap');
 }