Passed
Pull Request — release-2.1 (#6097)
by Mathias
10:40
created
Tests/installTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
  * @version 2.1 RC2
15 15
  */
16 16
 
17
-define('SMFPHPUNIT',TRUE);
17
+define('SMFPHPUNIT',true);
18 18
 use PHPUnit\Framework\TestCase;
19 19
 require_once('./install.php');
20 20
 
Please login to merge, or discard this patch.