- Timestamp:
- 07/04/2015 05:52:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/wpmuValidateUserSignup.php
r31978 r33083 27 27 array( 'f', 'User names of 1 characters are not allowed.' ), 28 28 array( '12345', 'User names consisting only of numbers are not allowed.' ), 29 array( 'thisusernamecontainsenoughcharacterstobelongerthan60characters', 'User names longer than 60 characters are not allowed.' ), 29 30 ); 30 31 }
Note: See TracChangeset
for help on using the changeset viewer.