- Timestamp:
- 04/22/2017 06:58:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/wpAuthenticateSpamCheck.php
r37316 r40520 5 5 */ 6 6 class Tests_User_WpAuthenticateSpamCheck extends WP_UnitTestCase { 7 8 /** 9 * @group ms-excluded 10 */ 7 11 function test_wp_authenticate_spam_check_returns_user_when_single_site() { 8 12 if ( is_multisite() ) { … … 18 22 } 19 23 24 /** 25 * @group ms-required 26 */ 20 27 function test_wp_authenticate_spam_check_returns_user_when_not_flagged() { 21 28 if ( ! is_multisite() ) { … … 31 38 } 32 39 40 /** 41 * @group ms-required 42 */ 33 43 function test_wp_authenticate_spam_check_returns_wp_error_when_flagged() { 34 44 if ( ! is_multisite() ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)