PHP Class PHPUnit_Extensions_Database_DataSet_Specs_Yaml, qcodo

The format of the spec string is as follows: The filename should be the location of a yaml file relative to the current working directory.
Author: Mike Lively ([email protected])
Inheritance: implements PHPUnit_Extensions_Database_DataSet_ISpec
Show file Open project: qcodo/qcodo

Public Methods

Method Description
getDataSet ( string $dataSetSpec ) : PHPUnit_Extensions_Database_DataSet_YamlDataSet Creates YAML Data Set from a data set spec.

Method Details

getDataSet() public method

Creates YAML Data Set from a data set spec.
public getDataSet ( string $dataSetSpec ) : PHPUnit_Extensions_Database_DataSet_YamlDataSet
$dataSetSpec string
return PHPUnit_Extensions_Database_DataSet_YamlDataSet