Add more unit tests
This commit is contained in:
@@ -116,10 +116,10 @@ class GithubAuth extends Base implements OAuthAuthenticationProviderInterface
|
||||
/**
|
||||
* Get Github profile
|
||||
*
|
||||
* @access private
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
private function getProfile()
|
||||
public function getProfile()
|
||||
{
|
||||
$this->getService()->getAccessToken($this->code);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user