1 2 3 4 5 6 7
<?php class test1 extends UnitTestCase { function test_pass(){ $this->assertEqual(3,1+2, "pass1"); } } ?>