Make WordPress Core

Changeset 34859


Ignore:
Timestamp:
10/06/2015 07:09:30 AM (11 years ago)
Author:
DrewAPicture
Message:

Users: Don't typo assertTrue() in a the uppercase letters validate_username() test.

See #24618.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user.php

    r34858 r34859  
    615615                        $this->assertFalse( validate_username( 'JohnDoe' ) );
    616616                } else {
    617                         $this->assertTue( validate_username( 'JohnDoe' ) );
     617                        $this->assertTrue( validate_username( 'JohnDoe' ) );
    618618                }
    619619        }
Note: See TracChangeset for help on using the changeset viewer.