Skip to content

Commit fb18efc

Browse files
committed
chore(deps): Remove pestphp/pest-plugin-parallel and php-mock/php-mock-phpunit
- Remove pestphp/pest-plugin-parallel and php-mock/php-mock-phpunit from composer.json
1 parent 120fe8c commit fb18efc

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,13 @@
7272
"friendsofphp/php-cs-fixer": "^3.14",
7373
"guanguans/ai-commit": "^1.7",
7474
"guanguans/monorepo-builder-worker": "^1.2",
75-
"jetbrains/phpstorm-attributes": "^1.0",
7675
"kubawerlos/php-cs-fixer-custom-fixers": "^3.13",
7776
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0",
7877
"mockery/mockery": "^1.6",
7978
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
8079
"pestphp/pest": "^1.23 || ^2.0",
8180
"pestphp/pest-plugin-faker": "^1.0 || ^2.0",
8281
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0",
83-
"pestphp/pest-plugin-parallel": "^1.2",
84-
"php-mock/php-mock-phpunit": "^2.7",
8582
"phpstan/extension-installer": "^1.3",
8683
"phpstan/phpstan-deprecation-rules": "^1.1",
8784
"rector/rector": "^0.17",

tests/TestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
use Guanguans\LaravelExceptionNotify\Pipes\ReplaceStrPipe;
3737
use Guanguans\LaravelExceptionNotify\Pipes\ToHtmlPipe;
3838
use Guanguans\LaravelExceptionNotify\Pipes\ToMarkdownPipe;
39-
use phpmock\phpunit\PHPMock;
4039
use Symfony\Component\VarDumper\Test\VarDumperTestTrait;
4140

4241
/**
@@ -46,7 +45,6 @@
4645
*/
4746
class TestCase extends \Orchestra\Testbench\TestCase
4847
{
49-
use PHPMock;
5048
use VarDumperTestTrait;
5149

5250
protected function tearDown(): void

0 commit comments

Comments
 (0)