Skip to content

Commit af3d0f3

Browse files
committed
public -> protected
1 parent 75410d7 commit af3d0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/DirectiveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DirectiveTest extends TestCase
3232
*/
3333
protected const EXAMPLE_PAGE_OBJECT = ['component' => 'Foo/Bar', 'props' => ['foo' => 'bar'], 'url' => '/test', 'version' => '', 'encryptHistory' => false, 'clearHistory' => false];
3434

35-
public function setUp(): void
35+
protected function setUp(): void
3636
{
3737
parent::setUp();
3838

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected function getPackageProviders($app): array
1919
];
2020
}
2121

22-
public function setUp(): void
22+
protected function setUp(): void
2323
{
2424
parent::setUp();
2525

0 commit comments

Comments
 (0)