Scalr\Tests\System\Config\YamlTest::getFixture PHP Méthode

getFixture() public méthode

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