We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f8242 commit b0b96edCopy full SHA for b0b96ed
tests/phpunit/tests/filesystem/unzipFilePclzip.php
@@ -41,7 +41,7 @@ public function test_should_apply_pre_unzip_file_filters() {
41
42
// Prepare test environment.
43
$unzip_destination = self::$test_data_dir . 'archive/';
44
- $this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details.
+ $this->clean_up_unzip_destination( $unzip_destination ); // See #63443 for details.
45
mkdir( $unzip_destination );
46
47
_unzip_file_pclzip( self::$test_data_dir . 'archive.zip', $unzip_destination );
0 commit comments