Skip to content

Commit f1e06fb

Browse files
committed
composer: removed mockery dependency
1 parent afdb879 commit f1e06fb

9 files changed

+1
-10
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
},
2121
"require-dev": {
2222
"orchestra/testbench": "^4.18 || ^6.24 || ^7.3",
23-
"phpunit/phpunit": "^9.5",
24-
"mockery/mockery": "^1.4"
23+
"phpunit/phpunit": "^9.5"
2524
},
2625
"autoload": {
2726
"psr-4": {

tests/Driver/BlueimpHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Illuminate\Http\UploadedFile;
1212
use Illuminate\Support\Facades\Event;
1313
use Illuminate\Support\Facades\Storage;
14-
use Mockery;
1514
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1615
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1716

tests/Driver/DropzoneHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Illuminate\Support\Facades\Event;
1313
use Illuminate\Support\Facades\Storage;
1414
use Illuminate\Validation\ValidationException;
15-
use Mockery;
1615
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1716
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1817

tests/Driver/FlowJsHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Illuminate\Support\Facades\Event;
1313
use Illuminate\Support\Facades\Storage;
1414
use Illuminate\Validation\ValidationException;
15-
use Mockery;
1615
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1817
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;

tests/Driver/MonolithHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Illuminate\Http\UploadedFile;
1212
use Illuminate\Support\Facades\Event;
1313
use Illuminate\Support\Facades\Storage;
14-
use Mockery;
1514
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1615
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1716

tests/Driver/NgFileHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Illuminate\Support\Facades\Event;
1313
use Illuminate\Support\Facades\Storage;
1414
use Illuminate\Validation\ValidationException;
15-
use Mockery;
1615
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1716
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1817

tests/Driver/PluploadHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Illuminate\Support\Facades\Event;
1313
use Illuminate\Support\Facades\Storage;
1414
use Illuminate\Validation\ValidationException;
15-
use Mockery;
1615
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1716
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1817

tests/Driver/ResumableJsHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Illuminate\Support\Facades\Event;
1313
use Illuminate\Support\Facades\Storage;
1414
use Illuminate\Validation\ValidationException;
15-
use Mockery;
1615
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1817
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;

tests/Driver/SimpleUploaderJsHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Illuminate\Support\Facades\Event;
1313
use Illuminate\Support\Facades\Storage;
1414
use Illuminate\Validation\ValidationException;
15-
use Mockery;
1615
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1817
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;

0 commit comments

Comments
 (0)