Changeset 52010 for trunk/tests/phpunit/tests/general/wpGetArchives.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/wpGetArchives.php
r51568 r52010 7 7 */ 8 8 class Tests_General_wpGetArchives extends WP_UnitTestCase { 9 function set_up() {9 public function set_up() { 10 10 parent::set_up(); 11 11 … … 16 16 * @ticket 23206 17 17 */ 18 function test_get_archives_cache() {18 public function test_get_archives_cache() { 19 19 global $wpdb; 20 20
Note: See TracChangeset
for help on using the changeset viewer.