Example #1
0
 public function testHasTokenTrue()
 {
     $auth = new Auth("ClientIDHash");
     $auth->setToken("1314-426fdv4ths");
     $this->assertTrue($auth->hasToken());
 }