revert test/bootstrap.php

This commit is contained in:
vnmedeiros 2022-05-12 08:25:05 -03:00
parent a71a9957ca
commit 614b21fa7e
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
*/ */
$bootstrap_cfg = require('bootstrap-config.php'); $bootstrap_cfg = require('bootstrap-config.php');
// $_tests_dir = getenv( 'WP_TESTS_DIR' ); $_tests_dir = getenv( 'WP_TESTS_DIR' );
$_tests_dir = '/tainacan_test/wordpress-tests-lib';
if ( ! $_tests_dir ) { if ( ! $_tests_dir ) {
$_tests_dir = $bootstrap_cfg['tests_dir']; $_tests_dir = $bootstrap_cfg['tests_dir'];
} }