Skip to content

Commit a7db021

Browse files
committed
test: fixes for php8.0
1 parent 0b13462 commit a7db021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Concerns/ConditionallyLoadsAttributesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class ConditionallyLoadsAttributesTest extends TestCase
1313
{
14-
private function dataWhenInclude()
14+
public function dataWhenInclude()
1515
{
1616
return [
1717
[false, 'test', []],

0 commit comments

Comments
 (0)