public function tearDown()
 {
     $testTicket = $this->testTicket;
     $this->assertGreaterThan(0, $testTicket['id'], 'Cannot find a ticket id to test with. Did setUp fail?');
     parent::tearDown();
 }
 public function testAuthToken()
 {
     parent::authTokenTest();
 }
 public function testCredentials()
 {
     parent::credentialsTest();
 }