Anonymous - 2002-09-01

I use phpunit for all programings. And I use small tool named phpcuppa for createing test skelton.
In phpcuppa, I use assert method and FAIL(=0) for first test method.
So I want to create 'assertFail' method for phpcupppa. This 'assertFail' method can create to simplize my phpcuppa.