mageekguy\atoum\tests\units\test::testGetPath PHP Method

testGetPath() public method

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