Skip to content

Commit 00c487c

Browse files
authored
Merge pull request #21 from wp-cli/20-remove-erroneous-define
Remove erroneous define from PHPUnit bootstrap
2 parents da807cf + 221b6f3 commit 00c487c

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)