File tree 2 files changed +2
-2
lines changed
tests/phpunit/tests/filesystem 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function test_should_apply_unzip_file_filters() {
63
63
64
64
// Prepare test environment.
65
65
$ 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
67
67
mkdir ( $ unzip_destination );
68
68
69
69
_unzip_file_pclzip ( self ::$ test_data_dir . 'archive.zip ' , $ unzip_destination );
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function test_should_apply_unzip_file_filters() {
71
71
72
72
// Prepare test environment.
73
73
$ 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
75
75
mkdir ( $ unzip_destination );
76
76
77
77
_unzip_file_ziparchive ( self ::$ test_data_dir . 'archive.zip ' , $ unzip_destination );
You can’t perform that action at this time.
0 commit comments