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 b0b96ed commit a21d279Copy full SHA for a21d279
tests/phpunit/tests/filesystem/unzipFilePclzip.php
@@ -47,7 +47,7 @@ public function test_should_apply_pre_unzip_file_filters() {
47
_unzip_file_pclzip( self::$test_data_dir . 'archive.zip', $unzip_destination );
48
49
// Cleanup test environment.
50
- $this->cleanup_unzip_destination( $unzip_destination );
+ $this->clean_up_unzip_destination( $unzip_destination );
51
52
$this->assertSame( 1, $filter->get_call_count() );
53
}
0 commit comments