From 7b3d75cd266c024fbee347af13f15a58c7a363c9 Mon Sep 17 00:00:00 2001 From: faisal-alvi Date: Thu, 25 Jul 2024 21:28:49 +0530 Subject: [PATCH] remove already defined consts, https://github.com/10up/distributor/actions/runs/10097420348/job/27922230463?pr=1073 --- tests/php/bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/php/bootstrap.php b/tests/php/bootstrap.php index bb11803ce..2c4e6bebe 100644 --- a/tests/php/bootstrap.php +++ b/tests/php/bootstrap.php @@ -10,8 +10,6 @@ define( 'FS_METHOD', 'direct' ); define( 'TEST_DIR', __DIR__ ); define( 'PHPUNIT_RUNNER', true ); -define( 'DT_PLUGIN_PATH', dirname( __DIR__, 2 ) ); -define( 'DT_VERSION', '2.0.4' ); if ( ! $_tests_dir ) { $_tests_dir = rtrim( sys_get_temp_dir(), '/\\' ) . '/wordpress-tests-lib';