| http://www.w3.org/ns/prov#value | - ere function setUp() { // create a new instance of String with the // string 'abc' $this->abc = new String(abc); } // called after the test functions are executed // this function is defined in PHPUnit_TestCase and overwritten // here function tearDown() { // delete your instance unset($this->abc); } // test the toString function function testToString() { $result = $this->abc->toString('contains
|