8000 Update UndefinedMethodFatalErrorHandlerTest.php · symfony/symfony@7c19d97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c19d97

Browse files
authored
Update UndefinedMethodFatalErrorHandlerTest.php
1 parent feedc5d commit 7c19d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function provideUndefinedMethodData()
6868
'file' => '/home/possum/work/symfony/test.php',
6969
'line' => 11,
7070
),
71-
'Attempted to call an undefined method named "test" of class "class@anonymous".'
71+
'Attempted to call an undefined method named "test" of class "class@anonymous".',
7272
),
7373
);
7474
}

0 commit comments

Comments
 (0)
0