Debuggable Blog: How To Execute Only Specific Test Methods in ... by Test Blog

Fri, 20 Jun 2008 06:00:02 -0600

Debuggable Blog: How To Execute Only Specific Test Methods in ...

by Test Blog @ Fri, 20 Jun 2008 06:00:02 -0600
Most of us familiar with unit testing with CakePHP and SimpleTest know that SimpleTest always executes all methods starting with the string "test". This can be problematic sometimes. At this point you have two options: create a new ...