/** * Verify the check_url-method */ function test_check_url_method() { $obj = new MslsOptionsTaxTermCategory(0); $this->assertInternalType('string', $obj->check_url('')); return $obj; }
/** * Verify the check_url-method */ function test_object() { $obj = new MslsOptionsTaxTermCategory(0); $this->assertInternalType('string', $obj->get_postlink('')); }