Skip to content

Commit

Permalink
Moving test error supressors into a neater directory location
Browse files Browse the repository at this point in the history
  • Loading branch information
aldavigdis committed Feb 14, 2024
1 parent 00d8c95 commit bd41234
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// As WordPress is still using and supporting PHPUnit 6, we need to create
// certain empty classes expected for that version of PHPUnit in order to
// supress errors when we run PHPUnit 9.
require './tests/SupressFrameworkError.php';
require './tests/SupressFramework.php';
require dirname( __FILE__ ) . '/_/SupressFrameworkError.php';
require dirname( __FILE__ ) . '/_/SupressFramework.php';

// Include the WordPress test suite
//
Expand Down

0 comments on commit bd41234

Please sign in to comment.