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 0b01596 commit a852774Copy full SHA for a852774
tests/phpunit/tests/filesystem/unzipFilePclzip.php
@@ -69,7 +69,7 @@ public function test_should_apply_unzip_file_filters() {
69
_unzip_file_pclzip( self::$test_data_dir . 'archive.zip', $unzip_destination );
70
71
// Cleanup test environment.
72
- $this->cleanup_unzip_destination( $unzip_destination );
+ $this->clean_up_unzip_destination( $unzip_destination );
73
74
$this->assertSame( 1, $filter->get_call_count() );
75
}
0 commit comments