@@ -11,7 +11,7 @@ |
||
11 | 11 | } |
12 | 12 | |
13 | 13 | public function tearDown() { |
14 | - $this->irc = NULL; |
|
14 | + $this->irc = null; |
|
15 | 15 | } |
16 | 16 | |
17 | 17 | public function test_colorCodes() { |
@@ -11,7 +11,7 @@ |
||
11 | 11 | } |
12 | 12 | |
13 | 13 | public function tearDown() { |
14 | - $this->e = NULL; |
|
14 | + $this->e = null; |
|
15 | 15 | } |
16 | 16 | |
17 | 17 | public function test_struname() { |
@@ -11,7 +11,7 @@ |
||
11 | 11 | } |
12 | 12 | |
13 | 13 | public function tearDown() { |
14 | - $this->e = NULL; |
|
14 | + $this->e = null; |
|
15 | 15 | } |
16 | 16 | |
17 | 17 | public function test_struname() { |