Skip to content

Commit 574cdad

Browse files
t-hamanomindctrl
andauthored
cleanup_unzip_destination to clean_up_unzip_destination, fix wrogn ticket number
Co-authored-by: John Parris <[email protected]>
1 parent a852774 commit 574cdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/filesystem/unzipFileZiparchive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function test_should_apply_pre_unzip_file_filters() {
4545

4646
// Prepare test environment.
4747
$unzip_destination = self::$test_data_dir . 'archive/';
48-
$this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details.
48+
$this->clean_up_unzip_destination( $unzip_destination ); // See #63443 for details.
4949
mkdir( $unzip_destination );
5050

5151
_unzip_file_ziparchive( self::$test_data_dir . 'archive.zip', $unzip_destination );

0 commit comments

Comments
 (0)