diff options
Diffstat (limited to 'ext/spl/tests/SplFileInfo_getGroup_error.phpt')
-rw-r--r-- | ext/spl/tests/SplFileInfo_getGroup_error.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFileInfo_getGroup_error.phpt b/ext/spl/tests/SplFileInfo_getGroup_error.phpt index 79492e0e9c..60dea49a10 100644 --- a/ext/spl/tests/SplFileInfo_getGroup_error.phpt +++ b/ext/spl/tests/SplFileInfo_getGroup_error.phpt @@ -19,7 +19,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms $fileInfo = new SplFileInfo('not_existing'); var_dump($fileInfo->getGroup()); ?> - --EXPECTF-- Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s Stack trace: |