Changeset 35242 for trunk/tests/phpunit/tests/xmlrpc/wp/getPost.php
- Timestamp:
- 10/17/2015 06:02:16 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPost.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPost.php
r35225 r35242 123 123 $this->make_user_by_role( 'editor' ); 124 124 125 $parent_page_id = self:: $factory->post->create( array( 'post_type' => 'page' ) );126 $child_page_id = self:: $factory->post->create( array(125 $parent_page_id = self::factory()->post->create( array( 'post_type' => 'page' ) ); 126 $child_page_id = self::factory()->post->create( array( 127 127 'post_type' => 'page', 128 128 'post_parent' => $parent_page_id,
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)