Redaxscript\Tests\AutoloaderTest::testFilePath PHP Метод

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

testFilePath
С версии: 2.2.0
public testFilePath ( string $className = null, string $expect = null )
$className string
$expect string
    public function testFilePath($className = null, $expect = null)
    {
        /* actual */
        $actual = class_exists($className);
        /* compare */
        $this->assertEquals($expect, $actual);
    }