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

Commit ccf7d6cf authored by Colin Mollenhour's avatar Colin Mollenhour Committed by colinmollenhour

Correct reference to phpunit config file path.

parent 2fc45190
...@@ -279,7 +279,7 @@ class EcomDev_PHPUnit_Model_Config extends Mage_Core_Model_Config ...@@ -279,7 +279,7 @@ class EcomDev_PHPUnit_Model_Config extends Mage_Core_Model_Config
echo sprintf( echo sprintf(
'Please change values in %s file for nodes %s and %s. ' 'Please change values in %s file for nodes %s and %s. '
. 'It will help in setting up proper controller test cases', . 'It will help in setting up proper controller test cases',
'app/etc/local.phpunit', self::XML_PATH_SECURE_BASE_URL, self::XML_PATH_UNSECURE_BASE_URL 'app/etc/local.xml.phpunit', self::XML_PATH_SECURE_BASE_URL, self::XML_PATH_UNSECURE_BASE_URL
); );
exit(); exit();
} }
......
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