Skip to content

Commit 379e81c

Browse files
t-hamanomindctrl
andauthored
cleanup_unzip_destination to clean_up_unzip_destination
Co-authored-by: John Parris <[email protected]>
1 parent 574cdad commit 379e81c

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
@@ -51,7 +51,7 @@ public function test_should_apply_pre_unzip_file_filters() {
5151
_unzip_file_ziparchive( self::$test_data_dir . 'archive.zip', $unzip_destination );
5252

5353
// Cleanup test environment.
54-
$this->cleanup_unzip_destination( $unzip_destination );
54+
$this->clean_up_unzip_destination( $unzip_destination );
5555

5656
$this->assertSame( 1, $filter->get_call_count() );
5757
}

0 commit comments

Comments
 (0)