Completed
Push — develop ( bc21b0...0bdfd4 )
by Adam
24:26 queued 09:29
created
src/Common/tests/Hydrator/ArrayHydratorTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use GuzzleHttp\Psr7\Response;
6 6
 use IBM\Watson\Common\Hydrator\ArrayHydrator;
7
-use PHPUnit\Framework\TestCase;
8 7
 use Mockery as m;
8
+use PHPUnit\Framework\TestCase;
9 9
 
10 10
 class ArrayHydratorTest extends TestCase
11 11
 {
Please login to merge, or discard this patch.
src/Common/tests/Hydrator/ModelHydratorTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 use GuzzleHttp\Psr7\Response;
8 8
 use IBM\Watson\Common\Hydrator\ModelHydrator;
9 9
 use IBM\Watson\Common\Model\CreateableFromArray;
10
-use PHPUnit\Framework\TestCase;
11 10
 use Mockery as m;
11
+use PHPUnit\Framework\TestCase;
12 12
 
13 13
 class ModelHydratorTest extends TestCase
14 14
 {
Please login to merge, or discard this patch.
src/Common/tests/Hydrator/NoopHydratorTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use GuzzleHttp\Psr7\Response;
6 6
 use IBM\Watson\Common\Hydrator\NoopHydrator;
7
-use PHPUnit\Framework\TestCase;
8 7
 use Mockery as m;
8
+use PHPUnit\Framework\TestCase;
9 9
 
10 10
 class NoopHydratorTest extends TestCase
11 11
 {
Please login to merge, or discard this patch.
src/ToneAnalyzer/tests/Api/ToneTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 use IBM\Watson\Common\Hydrator\ModelHydrator;
9 9
 use IBM\Watson\Common\RequestBuilder;
10 10
 use IBM\Watson\ToneAnalyzer\Api\Tone;
11
-use PHPUnit\Framework\TestCase;
12 11
 use Mockery as m;
12
+use PHPUnit\Framework\TestCase;
13 13
 
14 14
 class ToneTest extends TestCase
15 15
 {
Please login to merge, or discard this patch.
src/ToneAnalyzer/tests/Api/ToneChatTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 use IBM\Watson\Common\Hydrator\ModelHydrator;
9 9
 use IBM\Watson\Common\RequestBuilder;
10 10
 use IBM\Watson\ToneAnalyzer\Api\ToneChat;
11
-use PHPUnit\Framework\TestCase;
12 11
 use Mockery as m;
12
+use PHPUnit\Framework\TestCase;
13 13
 
14 14
 class ToneChatTest extends TestCase
15 15
 {
Please login to merge, or discard this patch.
src/Common/tests/RequestBuilderTest.php 1 patch
Unused Use Statements   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,18 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace IBM\Watson\Common\tests;
4 4
 
5
-use GuzzleHttp\Psr7\Request;
6
-use GuzzleHttp\Psr7\Stream;
7 5
 use Http\Discovery\MessageFactoryDiscovery;
8 6
 use Http\Discovery\StreamFactoryDiscovery;
9 7
 use Http\Message\MultipartStream\MultipartStreamBuilder;
10
-use Http\Message\RequestFactory;
11
-use Http\Message\StreamFactory;
12 8
 use IBM\Watson\Common\RequestBuilder;
13
-use PHPUnit\Framework\TestCase;
14 9
 use Mockery as m;
10
+use PHPUnit\Framework\TestCase;
15 11
 use Psr\Http\Message\RequestInterface;
16
-use Psr\Http\Message\StreamInterface;
17 12
 
18 13
 class RequestBuilderTest extends TestCase
19 14
 {
Please login to merge, or discard this patch.
src/VisualRecognition/tests/Api/ClassifyTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 use IBM\Watson\Common\Hydrator\ModelHydrator;
9 9
 use IBM\Watson\Common\RequestBuilder;
10 10
 use IBM\Watson\VisualRecognition\Api\Classify;
11
-use PHPUnit\Framework\TestCase;
12 11
 use Mockery as m;
12
+use PHPUnit\Framework\TestCase;
13 13
 
14 14
 class ClassifyTest extends TestCase
15 15
 {
Please login to merge, or discard this patch.