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