matason's picture

Using Simpletest with Drupal 6

Posted by matason on Wednesday, 30 September, 2009 - 12:16

I started using SimpleTest today so I thought I'd document the process as I went along for personal reference as much as anything else.

Why use SimpleTest?

For me the reasons were pretty straightforward:

  • I had wanted to for ages, the cool kids were using it and I didn't want to get left behind!
  • I was working on a project that involved making changes to the guts of a lot of un-documented code, I wanted to know if my re-factoring was breaking anything.