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

testGetTestedClassPath() public method

    public function testGetTestedClassPath()
    {
        $this->if($testedClass = new \reflectionClass($this->getTestedClassName()))->then->string($this->getTestedClassPath())->isEqualTo($testedClass->getFilename());
    }