We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ecebe commit fafa8c6Copy full SHA for fafa8c6
tests/phpunit/tests/filesystem/unzipFileZiparchive.php
@@ -77,7 +77,7 @@ public function test_should_apply_unzip_file_filters() {
77
_unzip_file_ziparchive( self::$test_data_dir . 'archive.zip', $unzip_destination );
78
79
// Cleanup test environment.
80
- $this->cleanup_unzip_destination( $unzip_destination );
+ $this->clean_up_unzip_destination( $unzip_destination );
81
82
$this->assertSame( 1, $filter->get_call_count() );
83
}
0 commit comments