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 a852774 commit 574cdadCopy full SHA for 574cdad
tests/phpunit/tests/filesystem/unzipFileZiparchive.php
@@ -45,7 +45,7 @@ public function test_should_apply_pre_unzip_file_filters() {
45
46
// Prepare test environment.
47
$unzip_destination = self::$test_data_dir . 'archive/';
48
- $this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details.
+ $this->clean_up_unzip_destination( $unzip_destination ); // See #63443 for details.
49
mkdir( $unzip_destination );
50
51
_unzip_file_ziparchive( self::$test_data_dir . 'archive.zip', $unzip_destination );
0 commit comments