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