We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

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
{
if ($type === 'resource_model') {
return self::app()->getConfig()->getResourceModelClassName($classAlias);
} elseif ($type === 'helper') {
return self::app()->getConfig()->getHelperClassName($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