- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/addRewriteEndpoint.php
r38398 r42343 10 10 11 11 public static function wpSetUpBeforeClass( $factory ) { 12 self::$test_page_id = $factory->post->create( array( 13 'post_type' => 'page', 14 ) ); 12 self::$test_page_id = $factory->post->create( 13 array( 14 'post_type' => 'page', 15 ) 16 ); 15 17 self::$test_post_id = $factory->post->create(); 16 18 }
Note: See TracChangeset
for help on using the changeset viewer.