Passed
Push — master ( 33f609...c06473 )
by Radosław
02:27
created
tests/FieldTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Radowoj\Yaah;
4 4
 
5
-use PHPUnit\Framework\TestCase;
5
+use PHPUnit\Framework\TestCase;
6 6
 use Radowoj\Yaah\Field;
7 7
 
8 8
 class FieldTest extends TestCase
Please login to merge, or discard this patch.
tests/AuctionTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Radowoj\Yaah;
4 4
 
5
-use PHPUnit\Framework\TestCase;
5
+use PHPUnit\Framework\TestCase;
6 6
 use Radowoj\Yaah\Auction;
7 7
 
8 8
 class AuctionTest extends TestCase
Please login to merge, or discard this patch.
src/HelperFactory/HelperFactory.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Radowoj\Yaah\HelperFactory;
4 4
 
5
-use Radowoj\Yaah\Config;
6
-use Radowoj\Yaah\Client;
7
-use Radowoj\Yaah\Helper;
5
+use Radowoj\Yaah\Config;
6
+use Radowoj\Yaah\Client;
7
+use Radowoj\Yaah\Helper;
8 8
 use Radowoj\Yaah\Exception;
9 9
 
10 10
 abstract class HelperFactory
Please login to merge, or discard this patch.
tests/HelperTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Radowoj\Yaah;
4 4
 
5
-use PHPUnit\Framework\TestCase;
6
-use Radowoj\Yaah\Field;
5
+use PHPUnit\Framework\TestCase;
7 6
 use SoapClient;
8 7
 
9 8
 class HelperTest extends TestCase
Please login to merge, or discard this patch.
tests/ClientTest.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,11 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Radowoj\Yaah;
4 4
 
5
-use PHPUnit\Framework\TestCase;
6
-use Radowoj\Yaah\Config;
7
-use Radowoj\Yaah\Client;
8
-
9
-use SoapClient;
5
+use PHPUnit\Framework\TestCase;
6
+use Radowoj\Yaah\Config;
7
+use Radowoj\Yaah\Client;
8
+use SoapClient;
10 9
 use SoapFault;
11 10
 
12 11
 class ClientTest extends TestCase
Please login to merge, or discard this patch.