Skip to content

Commit 3a05a65

Browse files
committed
Update IgnoreGettersTest.php
1 parent 2616911 commit 3a05a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/IgnoreGettersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class IgnoreGettersTest extends TestCase
1212
use DatabaseTransactions;
1313

1414
/** @test */
15-
function it_return_the_default_value_when_attribute_is_null()
15+
public function it_return_the_default_value_when_attribute_is_null()
1616
{
1717
$user = User::create([
1818
'name' => 'foo',

0 commit comments

Comments
 (0)