From e3db2dd8453a2f2281383e1398a77c9218e5a119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AE=E3=81=B6?= Date: Tue, 5 May 2015 11:37:43 +0900 Subject: [PATCH] TRUE, FALSE and NULL must be lowercase; expected null, but found NULL. --- tests/Eccube/Tests/Web/AbstractWebTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Eccube/Tests/Web/AbstractWebTestCase.php b/tests/Eccube/Tests/Web/AbstractWebTestCase.php index 4d0033a6047..91d9660a359 100644 --- a/tests/Eccube/Tests/Web/AbstractWebTestCase.php +++ b/tests/Eccube/Tests/Web/AbstractWebTestCase.php @@ -8,8 +8,8 @@ abstract class AbstractWebTestCase extends WebTestCase { - protected $client = null; - static protected $server = null; + protected $client = NULL; + static protected $server = NULL; public function setUp() {