Changeset 36791 for trunk/tests/phpunit/tests/user.php
- Timestamp:
- 02/29/2016 10:55:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user.php
r36790 r36791 659 659 function test_illegal_user_logins_multisite() { 660 660 if ( ! is_multisite() ) { 661 return;661 $this->markTestSkipped( __METHOD__ . ' requires multisite.' ); 662 662 } 663 663
Note: See TracChangeset
for help on using the changeset viewer.