Make WordPress Core

Ticket #36611: getArchives.php.patch

File getArchives.php.patch, 448 bytes (added by pbearne, 9 years ago)

patch for unit test

  • tests/phpunit/tests/functions/getArchives.php

     
    1010class Tests_Get_Archives extends WP_UnitTestCase {
    1111        protected static $post_ids;
    1212        protected $month_url;
     13        protected $year_url;
    1314
    1415        function setUp() {
    1516                parent::setUp();