Merge pull request #236 from burhandodhy/master

Fix deprecated whitelist code flag
This commit is contained in:
Alain Schlesser 2019-08-25 09:02:30 +02:00 committed by GitHub
commit 16cc3b4fdc

View file

@ -12,7 +12,7 @@ if ( ! $_tests_dir ) {
}

if ( ! file_exists( $_tests_dir . '/includes/functions.php' ) ) {
echo "Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" . PHP_EOL; // WPCS: XSS ok.
echo "Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" . PHP_EOL; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
exit( 1 );
}