Skip to content

Commit

Permalink
Remove the require call for test helper removed in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed Mar 29, 2024
1 parent ab49cbd commit cb81e99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,5 @@ function _manually_load_plugin() {
// Start up the WP testing environment.
require "{$_tests_dir}/includes/bootstrap.php";

// Helpers are not autoloaded in the plugin.
require_once dirname( __DIR__ ) . '/tests/phpunit/TestHelpers/GetDomHelperTrait.php';

// Constant pointing to some assets used in tests.
define( 'EDAC_TEST_ASSETS_DIR', plugin_dir_path( __FILE__ ) . 'assets/' );

0 comments on commit cb81e99

Please sign in to comment.