File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1515 "laravel/nova" : " ^4.0"
1616 },
1717 "require-dev" : {
18- "mockery/mockery" : " ^1.4 " ,
19- "orchestra/testbench" : " ^6 .0" ,
20- "phpunit/phpunit" : " ^9.4 "
18+ "mockery/mockery" : " ^1.5 " ,
19+ "orchestra/testbench" : " ^7 .0" ,
20+ "phpunit/phpunit" : " ^9.5 "
2121 },
2222 "repositories" : [
2323 {
4747 "minimum-stability" : " dev" ,
4848 "prefer-stable" : true ,
4949 "scripts" : {
50- "test" : " phpunit"
50+ "test" : " phpunit --colors=always "
5151 }
5252}
Original file line number Diff line number Diff line change 55use InteractionDesignFoundation \HtmlCard \MarkdownConverter ;
66use Illuminate \Support \Facades \App ;
77
8+ /** @covers \InteractionDesignFoundation\HtmlCard\CardServiceProvider */
89final class CardServiceProviderTest extends TestCase
910{
1011 /** @test */
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ public function setUp(): void
1212 parent ::setUp ();
1313 }
1414
15- protected function getPackageProviders ($ app )
15+ /** @inheritDoc */
16+ protected function getPackageProviders ($ app ): array
1617 {
1718 return [
1819 CardServiceProvider::class,
You can’t perform that action at this time.
0 commit comments