Skip to content

Commit

Permalink
TRUE, FALSE and NULL must be lowercase; expected null, but found NULL.
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed May 5, 2015
1 parent 261c573 commit e3db2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Eccube/Tests/Web/AbstractWebTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit e3db2dd

Please sign in to comment.