Skip to content

Commit 71f8242

Browse files
t-hamanomindctrl
andauthored
cleanup_unzip_destination to clean_up_unzip_destination
Co-authored-by: John Parris <[email protected]>
1 parent 344925a commit 71f8242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/includes/abstract-testcase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ private function retry_on_error( callable $callback, $url, $args ) {
18161816
* @param string $unzip_destination Unzip destination.
18171817
* @return void
18181818
*/
1819-
public function cleanup_unzip_destination( $unzip_destination ) {
1819+
public function clean_up_unzip_destination( $unzip_destination ) {
18201820
if ( file_exists( $unzip_destination ) ) {
18211821
$this->rmdir( $unzip_destination );
18221822
$this->delete_folders( $unzip_destination );

0 commit comments

Comments
 (0)