public function testScopes()
 {
     $this->assertEquals(['public_profile', 'email'], $this->provider->getDefaultScopes());
 }