Skip to content

Commit f5d9185

Browse files
committed
add ticket reference in comments
1 parent 880100b commit f5d9185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/phpunit/tests/filesystem/unzipFilePclzip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function test_should_apply_unzip_file_filters() {
6363

6464
// Prepare test environment.
6565
$unzip_destination = self::$test_data_dir . 'archive/';
66-
$this->cleanup_unzip_destination( $unzip_destination );
66+
$this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details
6767
mkdir( $unzip_destination );
6868

6969
_unzip_file_pclzip( self::$test_data_dir . 'archive.zip', $unzip_destination );

tests/phpunit/tests/filesystem/unzipFileZiparchive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function test_should_apply_unzip_file_filters() {
7171

7272
// Prepare test environment.
7373
$unzip_destination = self::$test_data_dir . 'archive/';
74-
$this->cleanup_unzip_destination( $unzip_destination );
74+
$this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details
7575
mkdir( $unzip_destination );
7676

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

0 commit comments

Comments
 (0)