Completed
Pull Request — develop (#5)
by Adam
01:26
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.