mageekguy\atoum\tests\units\test::testGetPath PHP 메소드

testGetPath() 공개 메소드

public testGetPath ( )
    public function testGetPath()
    {
        $this->if($test = new emptyTest())->then->string($test->getPath())->isEqualTo(__FILE__);
    }