Пример #1
0
 public function testSetPhpPath()
 {
     $this->if($test = new emptyTest())->then->object($test->setPhpPath($phpPath = uniqid()))->isIdenticalTo($test)->string($test->getPhpPath())->isIdenticalTo($phpPath)->object($test->setPhpPath($phpPath = rand(1, PHP_INT_MAX)))->isIdenticalTo($test)->string($test->getPhpPath())->isIdenticalTo((string) $phpPath);
 }