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);
    }