Commit 8f559cbf authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Fix observer

parent 5cf27c31
......@@ -39,7 +39,7 @@ class EcomDev_PHPUnit_Test_Case_Helper_Observer extends EcomDev_PHPUnit_Helper_A
$observer->setEvent($event);
if ($eventName) {
$event->setName($event);
$event->setName($eventName);
$observer->setEventName($eventName);
}
......
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