Tests: Pre-declare the `$year_url` property before initialization in `Tests_Get_Archives::setUp()`.

Props pbearne.
Fixes #36611.


git-svn-id: https://develop.svn.wordpress.org/trunk@37271 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-04-21 02:55:52 +00:00
parent 6261a0b439
commit 6c4c867b89
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ $defaults = array(
class Tests_Get_Archives extends WP_UnitTestCase {
protected static $post_ids;
protected $month_url;
protected $year_url;
function setUp() {
parent::setUp();