Skip to content

Commit 191b292

Browse files
authored
Merge pull request #2407 from WordPress/feature/helpers-isunittesttrait-update-list
IsUnitTestTrait: add new testcase as introduced in WP Core
2 parents 7722c0b + 9636f2b commit 191b292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/Helpers/IsUnitTestTrait.php

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ trait IsUnitTestTrait {
8787
// Domain specific base test cases.
8888
'WP_Ajax_UnitTestCase' => true,
8989
'WP_Canonical_UnitTestCase' => true,
90+
'WP_Font_Face_UnitTestCase' => true,
9091
'WP_Test_REST_Controller_Testcase' => true,
9192
'WP_Test_REST_Post_Type_Controller_Testcase' => true,
9293
'WP_Test_REST_TestCase' => true,

0 commit comments

Comments
 (0)