Changeset 35242 for trunk/tests/phpunit/tests/functions/getArchives.php
- Timestamp:
- 10/17/2015 06:02:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/getArchives.php
r35225 r35242 88 88 89 89 function test_wp_get_archives_order() { 90 self:: $factory->post->create( array( 'post_type' => 'post', 'post_author' => '1', 'post_date' => '2012-10-23 19:34:42' ) );90 self::factory()->post->create( array( 'post_type' => 'post', 'post_author' => '1', 'post_date' => '2012-10-23 19:34:42' ) ); 91 91 92 92 $date_full = date( 'F Y' ); … … 111 111 register_post_type( 'taco', array( 'public' => true ) ); 112 112 113 self:: $factory->post->create( array(113 self::factory()->post->create( array( 114 114 'post_type' => 'taco', 115 115 'post_author' => '1',
Note: See TracChangeset
for help on using the changeset viewer.