Changeset 8562
- Timestamp:
- 07/09/2014 01:13:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/apis/suggestions.php
r8557 r8562 19 19 $this->current_user = $this->create_user( array( 20 20 'display_name' => 'Katie Parker', 21 'user_login' => ' admin',21 'user_login' => 'katie', 22 22 ) ); 23 23 … … 163 163 $this->assertFalse( is_wp_error( $suggestions ) ); 164 164 $this->assertEquals( 1, count( $suggestions ) ); 165 $this->assertSame( ' admin', $suggestions[0]->ID );165 $this->assertSame( 'katie', $suggestions[0]->ID ); 166 166 } 167 167
Note: See TracChangeset
for help on using the changeset viewer.