@@ -6,8 +6,8 @@ |
||
6 | 6 | |
7 | 7 | use DateTime; |
8 | 8 | use Http\Client\Common\Plugin; |
9 | -use Http\Client\Common\Plugin\AuthenticationPlugin; |
|
10 | 9 | use Http\Client\Common\PluginClient; |
10 | +use Http\Client\Common\Plugin\AuthenticationPlugin; |
|
11 | 11 | use Http\Client\HttpClient; |
12 | 12 | use Http\Message\Authentication\BasicAuth; |
13 | 13 | use Http\Message\UriFactory; |
@@ -4,11 +4,10 @@ |
||
4 | 4 | |
5 | 5 | namespace IBM\Watson\ToneAnalyzer\tests\Api; |
6 | 6 | |
7 | -use IBM\Watson\ToneAnalyzer\Model\DocumentAnalysis; |
|
8 | -use Mockery as m; |
|
9 | 7 | use IBM\Watson\Common\tests\Api\AbstractTestCase; |
10 | 8 | use IBM\Watson\ToneAnalyzer\Api\Tone; |
11 | 9 | use IBM\Watson\ToneAnalyzer\Model\ToneAnalysis; |
10 | +use Mockery as m; |
|
12 | 11 | |
13 | 12 | class ToneTest extends AbstractTestCase |
14 | 13 | { |