Skip to content

Commit 935a6a3

Browse files
danielbachhuberschlessera
authored andcommitted
Always run WP core caching process, and display wp core version
1 parent f5743cc commit 935a6a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Context/FeatureContext.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,6 @@ public static function prepare( BeforeSuiteScope $scope ) {
337337
echo $result->stdout;
338338
echo PHP_EOL;
339339

340-
if ( getenv( 'WP_CLI_TEST_DEBUG_BEHAT_ENV' ) ) {
341-
exit;
342-
}
343-
344340
self::cache_wp_files();
345341

346342
$result = Process::create( Utils\esc_cmd( 'wp core version --debug --path=%s', self::$cache_dir ), null, self::get_process_env_variables() )->run_check();

0 commit comments

Comments
 (0)