示例#1
0
 /**
  * Implements default data provider functionality,
  * returns array data loaded from Yaml file with the same name as test method
  *
  * @param string $testName
  * @return array
  */
 public function dataProvider($testName)
 {
     return TestUtil::dataProvider(get_called_class(), $testName);
 }