INFRA-132 - Put "else" and "catch" on new line
[civicrm-core.git] / tests / phpunit / EnvTests.php
index 12de297b656c9923e5d5a6e37bffdb1fec426bb8..45b53bd627eba88cecc6c11253d9be9974ef3cd4 100644 (file)
@@ -22,7 +22,8 @@ class EnvTests extends \PHPUnit_Framework_TestSuite {
         list ($class, $method) = explode('::', $test);
         $clazz = new \ReflectionClass($class);
         $suite->addTestMethod($clazz, $clazz->getMethod($method));
-      } else {
+      }
+      else {
         $suite->addTestSuite($test);
       }
     }