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 64e2973 commit 135fb63Copy full SHA for 135fb63
tests/bootstrap.php
@@ -6,8 +6,8 @@
6
7
// Check phpcs is installed.
8
$phpcs_dir = dirname( __DIR__ ) . '/vendor/squizlabs/php_codesniffer';
9
-if ( ! file_exists($phpcs_dir)) {
10
- throw new Exception( 'Could not find PHP_CodeSniffer. Run `composer install --prefer-source --dev`' );
+if ( ! file_exists( $phpcs_dir ) ) {
+ throw new Exception( 'Could not find PHP_CodeSniffer. Run `composer install --prefer-source`' );
11
}
12
13
// Check phpcs' test framework is available.
0 commit comments