Skip to content

Commit

Permalink
Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 23, 2024
1 parent 73a5e0c commit 80d0542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/Commands/TestRuns/RunE2ECommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ protected function execute( InputInterface $input, OutputInterface $output ): in
if ( $input->getOption( 'ui' ) ) {
$test_mode = E2ETestManager::$test_modes['ui'];
} elseif ( $input->getOption( 'codegen' ) ) {
putenv( 'QIT_CODEGEN=1' );
putenv( 'QIT_CODEGEN=1' ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.runtime_configuration_putenv
$test_mode = E2ETestManager::$test_modes['codegen'];
} else {
$test_mode = E2ETestManager::$test_modes['headless'];
Expand Down

0 comments on commit 80d0542

Please sign in to comment.