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

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

    public function testSetBootstrapFile()
    {
        $this->if($test = new emptyTest())->then->object($test->setBootstrapFile($path = uniqid()))->isIdenticalTo($test)->string($test->getBootstrapFile())->isEqualTo($path);
    }