From 06b982f8dc9cfcb57f009513797fd456daf653ae Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Thu, 10 Jan 2019 14:10:47 +1300 Subject: [PATCH] MINOR: Fix linting error --- tests/php/Controllers/CMSMainTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php/Controllers/CMSMainTest.php b/tests/php/Controllers/CMSMainTest.php index 3056cb31..3581708b 100644 --- a/tests/php/Controllers/CMSMainTest.php +++ b/tests/php/Controllers/CMSMainTest.php @@ -28,7 +28,7 @@ class CMSMainTest extends FunctionalTest { protected static $fixture_file = 'CMSMainTest.yml'; - static protected $orig = array(); + protected static $orig = array(); public function setUp() {