Lorna Mitchell has posted about another aspect of the REST project she's been developing and an issue that's come up with testing with PHPUnit .
I ran into problems very quickly - when I tried to write the first unit test for the first action in fact!
PHPUnit was just dying when I asked it to dispatch() any URL which didn't return HTML, it wasn't even giving its usual output.
What was actually happening was I...
Post new comment