Example #1
0
 public function testSetAtoumAutoloaderPath()
 {
     $this->given($task = new testedClass())->then->object($task->setAtoumAutoloaderPath($path = uniqid()))->isIdenticalTo($task)->string($task->getAtoumAutoloaderPath())->isEqualTo($path)->object($task->setAtoumAutoloaderPath($path = rand(1, PHP_INT_MAX)))->isIdenticalTo($task)->string($task->getAtoumAutoloaderPath())->isEqualTo((string) $path);
 }