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 08fb2ea commit 240ae29Copy full SHA for 240ae29
tests/phpunit/test_generate_ignored_list.php
@@ -72,7 +72,6 @@ function test_generate_ignored_list_version_55() {
72
}
73
74
function test_filter_ignored_list() {
75
-
76
tests_add_filter( 'phpcompat_whitelist', function( $whitelist ) {
77
return array_merge( $whitelist, array( '*/filterplugin/*') );
78
} );
0 commit comments