Commit 930217ce authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

# Issue with Magento 1.4.x for missed constant in the core.

parent f23a41d1
......@@ -27,6 +27,7 @@ class EcomDev_PHPUnit_Model_App_Area
implements EcomDev_PHPUnit_Isolation_Interface
{
const AREA_TEST = 'test';
const AREA_ADMINHTML = 'adminhtml';
/**
* Reset all the data,
......
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