We will be off on April 7th (Monday) for public holiday in our country

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 ...@@ -91,7 +91,7 @@ class EcomDev_PHPUnit_Test_Case_Util
'yaml', 'yaml',
self::XML_PATH_DEFAULT_YAML_LOADER_MODEL self::XML_PATH_DEFAULT_YAML_LOADER_MODEL
); );
} elseif (self::$fixtureModelAlias === null) { } elseif (self::$yamlLoaderModelAlias === null) {
self::$yamlLoaderModelAlias = self::getLoadableClassAlias( self::$yamlLoaderModelAlias = self::getLoadableClassAlias(
get_called_class(), // Just fallback to current test util get_called_class(), // Just fallback to current test util
'yaml', '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