Commit 718cc51b authored by Mike Pretzlaw's avatar Mike Pretzlaw

Return the correct class name for helper

parent 29b01c15
...@@ -477,6 +477,8 @@ class EcomDev_PHPUnit_Test_Case_Util ...@@ -477,6 +477,8 @@ class EcomDev_PHPUnit_Test_Case_Util
{ {
if ($type === 'resource_model') { if ($type === 'resource_model') {
return self::app()->getConfig()->getResourceModelClassName($classAlias); return self::app()->getConfig()->getResourceModelClassName($classAlias);
} elseif ($type === 'helper') {
return self::app()->getConfig()->getHelperClassName($classAlias);
} }
return self::app()->getConfig()->getGroupedClassName($type, $classAlias); return self::app()->getConfig()->getGroupedClassName($type, $classAlias);
......
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