diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 1879b74..a2a0e1a 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -6,7 +6,6 @@ if ($mage = realpath(__DIR__.'/../build/magento/app/Mage.php')) { require_once $mage; - //Mage::setIsDeveloperMode(true); Mage::app(); } else { exit('Could not find Mage.php');