Skip to content

Commit

Permalink
IsUnitTestTrait: add new testcase as introduced in WP Core
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 20, 2023
1 parent 7722c0b commit 9636f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WordPress/Helpers/IsUnitTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ trait IsUnitTestTrait {
// Domain specific base test cases.
'WP_Ajax_UnitTestCase' => true,
'WP_Canonical_UnitTestCase' => true,
'WP_Font_Face_UnitTestCase' => true,
'WP_Test_REST_Controller_Testcase' => true,
'WP_Test_REST_Post_Type_Controller_Testcase' => true,
'WP_Test_REST_TestCase' => true,
Expand Down

0 comments on commit 9636f2b

Please sign in to comment.