Skip to content

Commit 221b6f3

Browse files
committed
Remove erroneous define from PHPUnit bootstrap
1 parent da807cf commit 221b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
define( 'WP_CLI_VERSION',
1818
is_readable( WP_CLI_ROOT . '/VERSION' )
1919
? trim( file_get_contents( WP_CLI_ROOT . '/VERSION' ) )
20-
: define( 'WP_CLI_VERSION', '2.x.x' )
20+
: '2.x.x'
2121
);
2222

2323
/**

0 commit comments

Comments
 (0)