Convert from SimpleTest to PHPUnit $this->UnitTestCase('message …');

m3th

New Member
Which action/method is in PHPUnit equal to in simpleTest:\[code\]$this->UnitTestCase('message .....')\[/code\]Edit: Sorry for my mistakeI think what I asking about not exist in simple test directly its just our extended class.But this method display message in begining of test- how its done with PHPUnit? Thanks
 
Back
Top