예제 #1
0
 /**
  * Loads YAML file from directory inside of the unit test class or
  * the directory inside the module directory if name is prefixed with ~/
  * or from another module if name is prefixed with ~My_Module/
  *
  * @param string $className class name for looking fixture files
  * @param string $type type of YAML data (fixtures,expectations,dataproviders)
  * @param string $name the file name for loading
  * @return string|boolean
  * @deprecated since 0.3.0
  */
 public static function getYamlFilePathByClass($className, $type, $name)
 {
     return TestUtil::getYamlFilePath($className, $type, $name);
 }