Exception: Serialization of ‘Mage_Core_Model_Config_Element’ is not allowed
if you get the Error above by executing Magento Unittest look at your Configuration Options for PHPUnit. backupStaticAttributes must set to false.
if you get the Error above by executing Magento Unittest look at your Configuration Options for PHPUnit. backupStaticAttributes must set to false.
Have you any idea which part of the code is causing this error? thanks