Example #1
0
 /**
  * Retrieves loadable class alias from annotation or configuration node
  * E.g. class alias for fixture model can be specified via @fixtureModel annotation
  *
  * @param string $type
  * @param string $configPath
  * @return string
  * @deprecated since 0.3.0
  */
 protected static function getLoadableClassAlias($type, $configPath)
 {
     return TestUtil::getLoadableClassAlias(get_called_class(), $type, $configPath);
 }