File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "brianium/paratest" : " ^7.4" ,
25+ "laravel/pint" : " ^1.21" ,
2526 "nunomaduro/collision" : " ^8.0" ,
2627 "orchestra/testbench" : " ^9.0|^10.0" ,
2728 "phpunit/phpunit" : " ^10.0|^11.5.3" ,
Original file line number Diff line number Diff line change 88class CacheTest extends TestCase
99{
1010 protected $ first_value ;
11+
1112 protected $ second_value ;
13+
1214 protected $ third_value ;
1315
14- public function setUp (): void
16+ protected function setUp (): void
1517 {
1618 parent ::setUp ();
1719
Original file line number Diff line number Diff line change 88
99class TestCase extends Orchestra
1010{
11- public function setUp (): void
11+ protected function setUp (): void
1212 {
1313 parent ::setUp ();
1414
@@ -34,6 +34,6 @@ public function getEnvironmentSetUp($app)
3434 (new \CreatePackageTable())->up();
3535 */
3636
37- $ app ['config ' ]->set ('view.paths ' , [__DIR__ . '/resources/views ' ]);
37+ $ app ['config ' ]->set ('view.paths ' , [__DIR__ . '/resources/views ' ]);
3838 }
3939}
You can’t perform that action at this time.
0 commit comments