Build/Test Tools: Add some more tests to the ms-required
and ms-excluded
groups.
See #40531 git-svn-id: https://develop.svn.wordpress.org/trunk@40522 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
021dce3aa2
commit
caf86dc849
@ -941,6 +941,7 @@ class Tests_Functions extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 39550
|
||||
* @group ms-excluded
|
||||
*/
|
||||
function test_wp_check_filetype_and_ext_with_filtered_svg() {
|
||||
if ( ! extension_loaded( 'fileinfo' ) ) {
|
||||
|
@ -7,6 +7,7 @@ class Tests_User_GetUsersWithNoRole extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 22993
|
||||
* @group ms-excluded
|
||||
*/
|
||||
public function test_get_users_with_no_role_is_accurate() {
|
||||
|
||||
@ -41,6 +42,7 @@ class Tests_User_GetUsersWithNoRole extends WP_UnitTestCase {
|
||||
/**
|
||||
* @ticket 22993
|
||||
* @group multisite
|
||||
* @group ms-required
|
||||
*/
|
||||
public function test_get_users_with_no_role_multisite_is_accurate() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user