oauth2-client/test/src
Vitaliy Filippov b789b77c07 Simplify everything
* Remove useless wrapper code (IDPException, Entity\User, Grant\*, httpBuildQuery)
* Remove useless getUserUid(), getUserEmail(), getUserScreenName() methods that throw away remote-fetched data
* Do not depend on Guzzle, use just cURL instead
* Shorten namespace name and remove sub-namespaces
* Do not use Mockery in tests, use custom cURL mock instead (TESTS STILL PASS)
2015-04-19 00:29:09 +03:00
..
AbstractProviderTest.php Simplify everything 2015-04-19 00:29:09 +03:00
AccessTokenTest.php Simplify everything 2015-04-19 00:29:09 +03:00
AuthorizationCodeTest.php Simplify everything 2015-04-19 00:29:09 +03:00
ClientCredentialsTest.php Simplify everything 2015-04-19 00:29:09 +03:00
EventbriteTest.php Simplify everything 2015-04-19 00:29:09 +03:00
FacebookTest.php Simplify everything 2015-04-19 00:29:09 +03:00
GithubTest.php Simplify everything 2015-04-19 00:29:09 +03:00
GoogleTest.php Simplify everything 2015-04-19 00:29:09 +03:00
InstagramTest.php Simplify everything 2015-04-19 00:29:09 +03:00
LinkedInTest.php Simplify everything 2015-04-19 00:29:09 +03:00
MicrosoftTest.php Simplify everything 2015-04-19 00:29:09 +03:00
PasswordTest.php Simplify everything 2015-04-19 00:29:09 +03:00
RefreshTokenTest.php Simplify everything 2015-04-19 00:29:09 +03:00
VkontakteTest.php Simplify everything 2015-04-19 00:29:09 +03:00