Changeset 49846
- Timestamp:
- 12/21/2020 12:31:54 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/general/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/template.php
r49843 r49846 606 606 ); 607 607 608 $this->factory()->post->create( [ 609 'post_author' => $user_with_posts->ID, 610 ] ); 608 $this->factory()->post->create( 609 array( 610 'post_author' => $user_with_posts->ID, 611 ) 612 ); 611 613 612 614 // Simplify the assertion by removing the default archive title prefix:
Note: See TracChangeset
for help on using the changeset viewer.