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 574cdad commit 379e81cCopy full SHA for 379e81c
tests/phpunit/tests/filesystem/unzipFileZiparchive.php
@@ -51,7 +51,7 @@ public function test_should_apply_pre_unzip_file_filters() {
51
_unzip_file_ziparchive( self::$test_data_dir . 'archive.zip', $unzip_destination );
52
53
// Cleanup test environment.
54
- $this->cleanup_unzip_destination( $unzip_destination );
+ $this->clean_up_unzip_destination( $unzip_destination );
55
56
$this->assertSame( 1, $filter->get_call_count() );
57
}
0 commit comments