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