You are here

public function ParserTest::getDataFormSpecifications in Lockr 7.3

File

vendor/symfony/yaml/Tests/ParserTest.php, line 70

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function getDataFormSpecifications() {
  return $this
    ->loadTestsFromFixtureFiles('index.yml');
}