Changeset 49006 for trunk/tests/phpunit/tests/functions/wpGetArchives.php
- Timestamp:
- 09/19/2020 03:52:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpGetArchives.php
r48937 r49006 1 1 <?php 2 /* 3 $defaults = array( 4 'type' => 'monthly', 'limit' => '', 5 'format' => 'html', 'before' => '', 6 'after' => '', 'show_post_count' => false, 7 'echo' => 1, 'order' => 'DESC', 8 ); 9 */ 2 3 /** 4 * @group functions.php 5 * @covers ::wp_get_archives 6 */ 10 7 class Tests_Functions_wpGetArchives extends WP_UnitTestCase { 11 8 protected static $post_ids;
Note: See TracChangeset
for help on using the changeset viewer.