Commit 3ce5d883 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #70 from quafzi/dev

fix empty yaml loader model alias
parents 33605b7d b3cb857a
......@@ -91,7 +91,7 @@ class EcomDev_PHPUnit_Test_Case_Util
'yaml',
self::XML_PATH_DEFAULT_YAML_LOADER_MODEL
);
} elseif (self::$fixtureModelAlias === null) {
} elseif (self::$yamlLoaderModelAlias === null) {
self::$yamlLoaderModelAlias = self::getLoadableClassAlias(
get_called_class(), // Just fallback to current test util
'yaml',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment