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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.