Scalr\Tests\System\Config\YamlTest::getFixture PHP Method

getFixture() public method

Gets fixtures file path
public getFixture ( string $path ) : string
$path string
return string Returns full path to the fixture file
    public function getFixture($path)
    {
        return $this->getFixturesDirectory() . '/' . $path;
    }