Skip to content
Snippets Groups Projects

Switch to my own images, with dependencies satisfied

Merged Erick Hitter requested to merge update/ci-images into master
Files
4
+ 2
0
@@ -12,7 +12,9 @@ if ( ! $camo_tests_dir ) {
}
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
// @codingStandardsIgnoreEnd
exit( 1 );
}
Loading