The web dev team has been writing automated browser tests for our web applications for a while now. This post gives a basic overview of … Read more
Tag: PHPUnit
Working with Behat
Here in the webteam we have been moving towards including an automated test suite to every piece of work that we produce. We have focused … Read more
PHPUnit and (un)serialized PDO instances
Do you ever get the following confusing message when you run your PHPUnit tests? PDOException: You cannot serialize or unserialize PDO instances The fix You … Read more