Nelmio\Alice\FileLocator\DefaultFileLocatorTest::testCanLocateFiles PHP Метод

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

public testCanLocateFiles ( )
    public function testCanLocateFiles()
    {
        $this->assertEquals(__FILE__, $this->locator->locate('DefaultFileLocatorTest.php', __DIR__));
        $this->assertEquals(__FILE__, $this->locator->locate(__DIR__ . DIRECTORY_SEPARATOR . 'DefaultFileLocatorTest.php'));
    }