Skip to content

Commit

Permalink
Merge pull request #2407 from WordPress/feature/helpers-isunittesttra…
Browse files Browse the repository at this point in the history
…it-update-list

IsUnitTestTrait: add new testcase as introduced in WP Core
  • Loading branch information
dingo-d authored Nov 23, 2023
2 parents 7722c0b + 9636f2b commit 191b292
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 191b292

Please sign in to comment.