summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFileInfo_getGroup_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplFileInfo_getGroup_error.phpt')
-rw-r--r--ext/spl/tests/SplFileInfo_getGroup_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFileInfo_getGroup_error.phpt b/ext/spl/tests/SplFileInfo_getGroup_error.phpt
index f0db00d9ed..acfa6b99c5 100644
--- a/ext/spl/tests/SplFileInfo_getGroup_error.phpt
+++ b/ext/spl/tests/SplFileInfo_getGroup_error.phpt
@@ -21,7 +21,7 @@ var_dump($fileInfo->getGroup());
?>
--EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getGroup(): stat failed for not_existing' in %s
+Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
Stack trace:
#0 %s: SplFileInfo->getGroup()
#1 {main}