Completed
Push — master ( 7700d1...23cd67 )
by Mahmoud
03:21
created
app/Port/Test/PHPUnit/Abstracts/TestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use App\Port\Test\PHPUnit\Traits\CustomTestsHelpersTrait;
6 6
 use App\Port\Test\PHPUnit\Traits\GeneralTestsHelpersTrait;
7 7
 use App\Port\Test\PHPUnit\Traits\TestCaseTrait;
8
-use App\Port\Test\PHPUnit\Traits\TestingTrait;
9 8
 use App\Port\Test\PHPUnit\Traits\TestingUserTrait;
10 9
 use Faker\Generator;
11 10
 use Illuminate\Contracts\Console\Kernel as LaravelKernel;
Please login to merge, or discard this patch.
app/Port/Test/PHPUnit/Traits/GeneralTestsHelpersTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Port\Test\PHPUnit\Traits;
4 4
 
5 5
 use App;
6
-use Artisan;
7 6
 use Dingo\Api\Http\Response as DingoAPIResponse;
8 7
 use Illuminate\Http\Response;
9 8
 use Illuminate\Http\UploadedFile;
Please login to merge, or discard this patch.
app/Port/Test/PHPUnit/Traits/TestCaseTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App;
6 6
 use Artisan;
7
-use Dingo\Api\Http\Response as DingoAPIResponse;
8 7
 
9 8
 /**
10 9
  * Class TestCaseTrait
Please login to merge, or discard this patch.
app/Port/Test/PHPUnit/Traits/TestingUserTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use App;
6 6
 use App\Containers\Authentication\Tasks\ApiLoginThisUserObjectTask;
7 7
 use App\Containers\User\Models\User;
8
-use Artisan;
9
-use Dingo\Api\Http\Response as DingoAPIResponse;
10 8
 use Illuminate\Support\Facades\Hash;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.