Home > Blog > Magento > Best Practices

Category: Best Practices

There are just 10 days were gone and we are happy to introduce new version of our Magento Unit Test suite. In this version were added full multi-store support and EAV fixtures, was improved the way of expectations retrieving and …

PHPUnit and Magento? Yes you CAN!

Ivan Chepurnyi - February 1st 2011 - 52 Comments
 

I think a lot of developers tried to write own UnitTests for Magento. I tried as well, but the main problem was in isolation of database for tests. So I came up with idea in developing a test suite for …

Custom configuration files in Magento

Ivan Chepurnyi - August 2nd 2010 - 1 Comment
 

If you want to create a configuration file that can be easily extended by other module, you have found the right article. I will explain you how to create custom configuration files, the files called with the custom name that …