Best Practices for Regression Testing WordPress Websites?

Hi all, I’d like to hear what others who are delivering complex non-blog solutions to clients with WordPress as a platform what they are using for automated Regression Testing? For those not familiar with the term “regression testing” Wikipedia defines it as: Regression testing is any type of software testing that seeks to uncover software … Read more

Testing hooks callback

I’m developing a plugin using TDD and one thing that i completely fail to test are… hooks. I mean OK, i can test hook callback, but how could I test if a hook actually trigger (both custom hooks and WordPress default hooks)? I assume that some mocking will help, but I simply can’t figure out … Read more