We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8c0a4 commit d7134cdCopy full SHA for d7134cd
tests/phpunit/tests/filesystem/unzipFileZiparchive.php
@@ -71,7 +71,7 @@ public function test_should_apply_unzip_file_filters() {
71
72
// Prepare test environment.
73
$unzip_destination = self::$test_data_dir . 'archive/';
74
- $this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details
+ $this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details.
75
mkdir( $unzip_destination );
76
77
_unzip_file_ziparchive( self::$test_data_dir . 'archive.zip', $unzip_destination );
0 commit comments