From f764f9654b88a829a16f2f806f8694e868fbf1b4 Mon Sep 17 00:00:00 2001 From: vnmedeiros Date: Fri, 18 Mar 2022 11:37:46 -0300 Subject: [PATCH] revert bootstart test --- tests/bootstrap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 32d902b02..26935e2d2 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -6,8 +6,7 @@ */ $bootstrap_cfg = require('bootstrap-config.php'); -// $_tests_dir = getenv( 'WP_TESTS_DIR' ); -$_tests_dir = '/tainacan_test/wordpress-tests-lib'; +$_tests_dir = getenv( 'WP_TESTS_DIR' ); if ( ! $_tests_dir ) { $_tests_dir = $bootstrap_cfg['tests_dir']; }