Failed Conditions
Pull Request — master (#1339)
by Nick
06:41
created
phinx.php 1 patch
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 if (
4
-    isset($_SERVER['TWFY_TEST_DB_HOST']) AND
5
-    isset($_SERVER['TWFY_TEST_DB_USER']) AND
6
-    isset($_SERVER['TWFY_TEST_DB_PASS']) AND
4
+    isset($_SERVER['TWFY_TEST_DB_HOST']) and
5
+    isset($_SERVER['TWFY_TEST_DB_USER']) and
6
+    isset($_SERVER['TWFY_TEST_DB_PASS']) and
7 7
     isset($_SERVER['TWFY_TEST_DB_NAME'])
8 8
 ) {
9 9
 
Please login to merge, or discard this patch.