Tag Archives: testing

Loading MySQL data for phpunit testing

I’d been bugged for a while because when I was writing phpunit tests for some of my code, I couldn’t find a tidy way of pre-loading data into a MySQL database for testing against. Everything I came up with seemed … Continue reading

Posted in Computing | Tagged , , , | Leave a comment