rhymix/tests/simpletest/test/support/test1.php
2009-03-30 16:21:34 +00:00

7 lines
110 B
PHP

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