We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7722c0b + 9636f2b commit 191b292Copy full SHA for 191b292
WordPress/Helpers/IsUnitTestTrait.php
@@ -87,6 +87,7 @@ trait IsUnitTestTrait {
87
// Domain specific base test cases.
88
'WP_Ajax_UnitTestCase' => true,
89
'WP_Canonical_UnitTestCase' => true,
90
+ 'WP_Font_Face_UnitTestCase' => true,
91
'WP_Test_REST_Controller_Testcase' => true,
92
'WP_Test_REST_Post_Type_Controller_Testcase' => true,
93
'WP_Test_REST_TestCase' => true,
0 commit comments