File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 3636use Guanguans \LaravelExceptionNotify \Pipes \ReplaceStrPipe ;
3737use Guanguans \LaravelExceptionNotify \Pipes \ToHtmlPipe ;
3838use Guanguans \LaravelExceptionNotify \Pipes \ToMarkdownPipe ;
39- use phpmock \phpunit \PHPMock ;
4039use Symfony \Component \VarDumper \Test \VarDumperTestTrait ;
4140
4241/**
4645 */
4746class TestCase extends \Orchestra \Testbench \TestCase
4847{
49- use PHPMock;
5048 use VarDumperTestTrait;
5149
5250 protected function tearDown (): void
You can’t perform that action at this time.
0 commit comments