Skip to content

Commit

Permalink
remove already defined consts,
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Jul 25, 2024
1 parent 9caa68f commit 7b3d75c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/php/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 7b3d75c

Please sign in to comment.