File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7373 "guanguans/ai-commit" : " dev-main" ,
7474 "guanguans/monorepo-builder-worker" : " ^1.4" ,
7575 "kubawerlos/php-cs-fixer-custom-fixers" : " ^3.21" ,
76- "laravel/lumen-framework" : " ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
7776 "mockery/mockery" : " ^1.6" ,
7877 "orchestra/testbench" : " ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
7978 "pestphp/pest" : " ^1.23 || ^2.0" ,
Original file line number Diff line number Diff line change 1818 /** @noinspection PhpParamsInspection */
1919 expect (new ExceptionNotifyServiceProvider (new Application ))
2020 ->register ()->toBeNull ();
21- })->group (__DIR__ , __FILE__ );
21+ })->group (__DIR__ , __FILE__ )-> skip () ;
2222
2323it ('can get provides ' , function (): void {
2424 expect (new ExceptionNotifyServiceProvider (app ()))
Original file line number Diff line number Diff line change 3232 expect (is_lumen ())->toBeFalse ()
3333 ->and (is_lumen (app ()))->toBeFalse ()
3434 ->and (is_lumen (app (Application::class)))->toBeTrue ();
35- })->group (__DIR__ , __FILE__ );
35+ })->group (__DIR__ , __FILE__ )-> skip () ;
3636
3737it ('can human milliseconds ' , function (): void {
3838 expect ([
You can’t perform that action at this time.
0 commit comments