Merge pull request #14470 from eileenmcnaughton/alike
[civicrm-core.git] / tests / phpunit / CiviTest / bootstrap.php
index d50ff31fadaef4550c8714ec856223e24013d9a5..5a05bcabf9e7d7a82d579067ce68555b70292759 100644 (file)
@@ -16,7 +16,9 @@ if (file_exists('/etc/timezone')) {
 # Crank up the memory
 ini_set('memory_limit', '2G');
 define('CIVICRM_TEST', 1);
+// phpcs:disable
 eval(cv('php:boot --level=settings', 'phpcode'));
+// phpcs:enable
 
 if (CIVICRM_UF === 'UnitTests') {
   Civi\Test::headless()->apply();