Completed
Push — master ( 4848aa...64d9da )
by Dmitry
03:44
created
src/Test.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Basis;
4 4
 
5 5
 use Basis\Converter;
6
-use Basis\Runner;
7
-use Exception;
8 6
 use PHPUnit\Framework\TestCase;
9 7
 use ReflectionProperty;
10 8
 use Tarantool\Mapper\Pool;
Please login to merge, or discard this patch.
test/php/Test/MockTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Test;
4 4
 
5
-use Basis\Filesystem;
6
-use Basis\Job;
7
-use Tarantool\Mapper\Pool;
8 5
 use Basis\Test;
9 6
 
10 7
 class MockTest extends Test
Please login to merge, or discard this patch.
test/php/Test/TarantoolTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Basis\Job;
7 7
 use Exception;
8 8
 use ReflectionClass;
9
-use ReflectionProperty;
10 9
 use Procedure\Greet;
11 10
 use Repository\Note;
12 11
 use Tarantool\Mapper\Bootstrap;
Please login to merge, or discard this patch.
test/php/Test/TestingTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Test;
4 4
 
5
-use Basis\Filesystem;
6
-use Basis\Job;
7 5
 use Tarantool\Mapper\Pool;
8 6
 use Basis\Test;
9 7
 
Please login to merge, or discard this patch.