public function setUp()
 {
     Twitch::setClientId('test');
     // sets a fresh scope
     Twitch::$scope = new Scope();
 }