Property | Type | Description | |
---|---|---|---|
$tables | array |
Method | Description | |
---|---|---|
__construct ( string $yamlFile ) | Creates a new YAML dataset | |
addYamlFile ( string $yamlFile ) | Adds a new yaml file to the dataset. | |
write ( PHPUnit_Extensions_Database_DataSet_IDataSet $dataset, string $filename ) | Saves a given $dataset to $filename in YAML format |
Method | Description | |
---|---|---|
createIterator ( boolean $reverse = FALSE ) : PHPUnit_Extensions_Database_DataSet_ITableIterator | Creates an iterator over the tables in the data set. If $reverse is true a reverse iterator will be returned. |
Method | Description | |
---|---|---|
getColumns ( $rows ) | Creates a unique list of columns from all the rows in a table. |
public __construct ( string $yamlFile ) | ||
$yamlFile | string |
public addYamlFile ( string $yamlFile ) | ||
$yamlFile | string |
protected createIterator ( boolean $reverse = FALSE ) : PHPUnit_Extensions_Database_DataSet_ITableIterator | ||
$reverse | boolean | |
return | PHPUnit_Extensions_Database_DataSet_ITableIterator |