- Timestamp:
- 12/05/2016 07:38:16 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/tests/phpunit/tests/ajax/CustomizeMenus.php
r39138 r39507 602 602 $this->assertEquals( 'Hello World', $post->post_title ); 603 603 $this->assertEquals( 'post', $post->post_type ); 604 $this->assertEquals( 'hello-world', $post->post_name ); 604 $this->assertEquals( '', $post->post_name ); 605 $this->assertEquals( 'hello-world', get_post_meta( $post->ID, '_customize_draft_post_name', true ) ); 605 606 } 606 607
Note: See TracChangeset
for help on using the changeset viewer.