mageekguy\atoum\tests\units\test::testSetPhpPath PHP Метод

testSetPhpPath() публичный Метод

public testSetPhpPath ( )
    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);
    }