Skip to content

Commit 200ccee

Browse files
Update tests/phpunit/includes/abstract-testcase.php
Co-authored-by: Peter Wilson <[email protected]>
1 parent 8bcd8c1 commit 200ccee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/phpunit/includes/abstract-testcase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,8 +1868,9 @@ private function retry_on_error( callable $callback, $url, $args ) {
18681868
/**
18691869
* Clean up the unzip destination.
18701870
*
1871+
* @since 6.9.0
1872+
*
18711873
* @param string $unzip_destination Unzip destination.
1872-
* @return void
18731874
*/
18741875
public function clean_up_unzip_destination( $unzip_destination ) {
18751876
if ( file_exists( $unzip_destination ) ) {

0 commit comments

Comments
 (0)