From ddc21b09026bdb5ed7c89f5edfb9829ac98515eb Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 17 Aug 2021 14:57:17 +0200 Subject: [PATCH] Fix phar test As the REPORT_ERRORS flag is now respected, this no longer throws a warning (in addition to the exception). --- ext/phar/tests/bug72321.phpt | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/phar/tests/bug72321.phpt b/ext/phar/tests/bug72321.phpt index 32609f47ca8..1184be869ac 100644 --- a/ext/phar/tests/bug72321.phpt +++ b/ext/phar/tests/bug72321.phpt @@ -21,6 +21,5 @@ DONE rmdir(__DIR__."/test72321"); ?> --EXPECTF-- -Warning: PharData::extractTo(): %s in %sbug72321.php on line %d Extraction from phar "%s72321_2.zip" failed: Cannot extract "AAAAAAAAxxxxBBBBCCCCCCCCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/b/c", could not create directory "test72321/AAAAAAAAxxxxBBBBCCCCCCCCxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/b" DONE