File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2424 "illuminate/support" : " ^10.0|^11.0|^12.0"
2525 },
2626 "require-dev" : {
27- "codeat3/blade-icon-generation-helpers" : " ^0.8.0" ,
27+ "codeat3/blade-icon-generation-helpers" : " ^0.8.0|^0.10.0 " ,
2828 "orchestra/testbench" : " ^8.0|^9.0|^10.0" ,
2929 "phpunit/phpunit" : " ^10.5|^11.0|^12.0"
3030 },
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ protected function getPackageProviders($app)
1313 return [BladeIoniconsServiceProvider::class, BladeIconsServiceProvider::class];
1414 }
1515
16- /** @test */
17- public function it_compiles_a_single_anonymous_component ()
16+ public function test_it_compiles_a_single_anonymous_component ()
1817 {
1918 $ result = svg ('ionicon-logo-apple ' )->toHtml ();
2019
@@ -24,8 +23,7 @@ public function it_compiles_a_single_anonymous_component()
2423 $ this ->assertSame ($ expected , $ result );
2524 }
2625
27- /** @test */
28- public function it_can_add_classes_to_icons ()
26+ public function test_it_can_add_classes_to_icons ()
2927 {
3028 $ result = svg ('ionicon-logo-apple ' , 'w-6 h-6 text-gray-500 ' )->toHtml ();
3129
@@ -35,8 +33,7 @@ public function it_can_add_classes_to_icons()
3533 $ this ->assertSame ($ expected , $ result );
3634 }
3735
38- /** @test */
39- public function it_can_add_styles_to_icons ()
36+ public function test_it_can_add_styles_to_icons ()
4037 {
4138 $ result = svg ('ionicon-logo-apple ' , ['style ' => 'color: #555 ' ])->toHtml ();
4239
You can’t perform that action at this time.
0 commit comments