Commit b3cb857a authored by Thomas Birke's avatar Thomas Birke

fix empty yaml loader model alias

parent 33605b7d
......@@ -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