Scalr\Tests\System\Config\YamlTest::getFixture PHP Метод

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

Gets fixtures file path
public getFixture ( string $path ) : string
$path string
Результат string Returns full path to the fixture file
    public function getFixture($path)
    {
        return $this->getFixturesDirectory() . '/' . $path;
    }