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 a21d279 commit 0b01596Copy full SHA for 0b01596
tests/phpunit/tests/filesystem/unzipFilePclzip.php
@@ -63,7 +63,7 @@ public function test_should_apply_unzip_file_filters() {
63
64
// Prepare test environment.
65
$unzip_destination = self::$test_data_dir . 'archive/';
66
- $this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details.
+ $this->clean_up_unzip_destination( $unzip_destination ); // See #63443 for details.
67
mkdir( $unzip_destination );
68
69
_unzip_file_pclzip( self::$test_data_dir . 'archive.zip', $unzip_destination );
0 commit comments