array( 'pfadfinden-theme-updater/pfadfinden-theme-updater.php' ), ); echo 'Setting up WordPress...' . PHP_EOL; if ( ! isset( $argv ) || ( ! in_array( '-v', $argv ) && ! in_array( '--verbose', $argv ) ) ) { ob_start(); } require_once ( getenv( 'WP_DEVELOP_DIR' ) ?: '../../../..' ) . '/tests/phpunit/includes/bootstrap.php'; if ( ob_get_level() ) { ob_end_clean(); }