Completed
Push — master ( 3a177f...0ba58c )
by Gabriel
03:15
created
tests/RecordTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Nip\Records\Tests;
4 4
 
5
-use Mockery as m;
6 5
 use Nip\Database\Connections\Connection;
7 6
 use Nip\Records\Record;
8 7
 use Nip\Records\RecordManager as Records;
Please login to merge, or discard this patch.
tests/Relations/MorphToManyTest.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 Nip\Records\Tests\Relations;
4 4
 
5 5
 use Mockery as m;
6
-use Nip\Container\Container;
7
-use Nip\Database\Connections\Connection;
8 6
 use Nip\Records\Record;
9 7
 use Nip\Records\RecordManager;
10 8
 use Nip\Records\Relations\MorphToMany;
Please login to merge, or discard this patch.