| http://www.w3.org/ns/prov#value | - I have used PHPUnit before and it works fine, but ends up being just more typing (I think, but I will try it and compare my results).here is an example of how I used it..include_once(config.php);include_once(User_Model.class.php);$t = new Test_Simple(array(tests" => 20, eol=>\ n));connect_db();test_setup();// Test object get/set methods$user = new User_Model();$user->setUserName(jdoe);$use
|