Completed
Branch master (6f8699)
by Simon
03:42
created
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.