Add more unit tests

This commit is contained in:
Frederic Guillot
2015-12-06 00:00:09 -05:00
parent db5da71f15
commit 9bd7985ba4
10 changed files with 318 additions and 9 deletions

View File

@@ -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);