@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace OAuthTest\Unit\OAuth2\Service; |
| 4 | 4 | |
| 5 | 5 | use OAuth\OAuth2\Service\Google; |
| 6 | -use OAuth\Common\Token\TokenInterface; |
|
| 7 | 6 | |
| 8 | 7 | class GoogleTest extends \PHPUnit_Framework_TestCase |
| 9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace OAuthTest\Unit\OAuth2\Service; |
| 4 | 4 | |
| 5 | 5 | use OAuth\OAuth2\Service\Strava; |
| 6 | -use OAuth\Common\Token\TokenInterface; |
|
| 7 | 6 | |
| 8 | 7 | class StravaTest extends \PHPUnit_Framework_TestCase |
| 9 | 8 | { |
@@ -2,14 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace OAuth\OAuth1\Service; |
| 4 | 4 | |
| 5 | -use OAuth\OAuth1\Signature\SignatureInterface; |
|
| 6 | 5 | use OAuth\OAuth1\Token\StdOAuth1Token; |
| 7 | 6 | use OAuth\Common\Http\Exception\TokenResponseException; |
| 8 | 7 | use OAuth\Common\Http\Uri\Uri; |
| 9 | -use OAuth\Common\Consumer\CredentialsInterface; |
|
| 10 | -use OAuth\Common\Http\Uri\UriInterface; |
|
| 11 | -use OAuth\Common\Storage\TokenStorageInterface; |
|
| 12 | -use OAuth\Common\Http\Client\ClientInterface; |
|
| 13 | 8 | |
| 14 | 9 | class Etsy extends AbstractService |
| 15 | 10 | { |