Skip to content
Snippets Groups Projects
Commit 2534766e authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS 2

parent e9e631b6
No related branches found
No related tags found
1 merge request!3Switch to my own images, with dependencies satisfied
Pipeline #137 failed
...@@ -11,5 +11,3 @@ ...@@ -11,5 +11,3 @@
* *
* @package Camo_Image_Proxy * @package Camo_Image_Proxy
*/ */
// Your code starts here.
...@@ -12,7 +12,9 @@ if ( ! $camo_tests_dir ) { ...@@ -12,7 +12,9 @@ if ( ! $camo_tests_dir ) {
} }
if ( ! file_exists( $camo_tests_dir . '/includes/functions.php' ) ) { if ( ! file_exists( $camo_tests_dir . '/includes/functions.php' ) ) {
// @codingStandardsIgnoreStart
echo "Could not find $camo_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" . PHP_EOL; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo "Could not find $camo_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?" . PHP_EOL; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
// @codingStandardsIgnoreEnd
exit( 1 ); exit( 1 );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment