Completed
Pull Request — master (#221)
by Maximilian
10:25 queued 07:13
created
tests/includes/IrcColourCodeTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/includes/stringsTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.
tests/includes/StringFunctionsTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.