| 1 | <?php namespace BuildR\TestTools\DataSetLoader; |
||
| 18 | class DataSetLoaderFactory { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Creates a new YAML dataSet parser |
||
| 22 | * |
||
| 23 | * @param string $fileLocation File absolute location |
||
| 24 | * |
||
| 25 | * @return \BuildR\TestTools\DataSetLoader\YAML\YAMLDataSetParser |
||
| 26 | */ |
||
| 27 | public static function YAML($fileLocation) { |
||
| 30 | |||
| 31 | } |
||
| 32 |