Remove safe+mode setting
authoreileen <emcnaughton@wikimedia.org>
Fri, 19 Mar 2021 00:27:10 +0000 (13:27 +1300)
committereileen <emcnaughton@wikimedia.org>
Fri, 19 Mar 2021 00:27:10 +0000 (13:27 +1300)
This is php5.4 compatibility = not needed

ext/afform/core/tests/phpunit/bootstrap.php
ext/afform/mock/tests/phpunit/bootstrap.php
ext/authx/tests/phpunit/bootstrap.php
ext/contributioncancelactions/tests/phpunit/bootstrap.php
ext/ewaysingle/tests/phpunit/bootstrap.php
ext/financialacls/tests/phpunit/bootstrap.php
ext/flexmailer/tests/phpunit/bootstrap.php
ext/oauth-client/tests/phpunit/bootstrap.php
ext/sequentialcreditnotes/tests/phpunit/bootstrap.php
tests/phpunit/CiviTest/bootstrap.php

index a5b49253c819c5ab65947070e7ee67d0cac48ea1..5133778c819133e6d0a8d558055d5aa1a48b1ec3 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 // phpcs:disable
 eval(cv('php:boot --level=classloader', 'phpcode'));
 // phpcs:enable
index bc7558e582fc97c1b0452df38a15250076af5e5f..bac7c1f2973b3424a5d4e46490eae391e9d00418 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 // phpcs:disable
 eval(cv('php:boot --level=classloader', 'phpcode'));
 // phpcs:enable
index a5b49253c819c5ab65947070e7ee67d0cac48ea1..5133778c819133e6d0a8d558055d5aa1a48b1ec3 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 // phpcs:disable
 eval(cv('php:boot --level=classloader', 'phpcode'));
 // phpcs:enable
index a5b49253c819c5ab65947070e7ee67d0cac48ea1..5133778c819133e6d0a8d558055d5aa1a48b1ec3 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 // phpcs:disable
 eval(cv('php:boot --level=classloader', 'phpcode'));
 // phpcs:enable
index a5b49253c819c5ab65947070e7ee67d0cac48ea1..5133778c819133e6d0a8d558055d5aa1a48b1ec3 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 // phpcs:disable
 eval(cv('php:boot --level=classloader', 'phpcode'));
 // phpcs:enable
index a5b49253c819c5ab65947070e7ee67d0cac48ea1..5133778c819133e6d0a8d558055d5aa1a48b1ec3 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 // phpcs:disable
 eval(cv('php:boot --level=classloader', 'phpcode'));
 // phpcs:enable
index 048cc4b260e28fd1689f1fc108062ac5584dd139..ed4f208fece2c9be5c3dee642bd664b8137b4e26 100644 (file)
@@ -3,7 +3,6 @@
 require_once dirname(dirname(__DIR__)) . '/flexmailer.php';
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 
 // We need to allow CiviUnitTestCase... but may break E2E support....
 
index 41c0800198e4f59066440a60cb0b2000e9caba3b..4d64ac46f20b72b7cf18a3502637c88da3ed3302 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 define('CIVICRM_TEST', 1);
 // phpcs:disable
 eval(cv('php:boot --level=classloader', 'phpcode'));
index 352e007050f2a100faafc6c95b15e38820286699..7d710c6e18217737b9fdbf47ae867ff8cc0ff301 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 ini_set('memory_limit', '2G');
-ini_set('safe_mode', 0);
 // phpcs:ignore
 eval(cv('php:boot --level=classloader', 'phpcode'));
 
index 4c1fff3cd2570d698567df26adf1e7bb6dbe4e77..4c458f17bb4a7d38ed41245429eb2d163e53e6c1 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 // ADAPTED FROM tools/scripts/phpunit
 
-ini_set('safe_mode', 0);
 ini_set('include_path', dirname(__DIR__) . PATH_SEPARATOR . ini_get('include_path'));
 
 #  Relying on system timezone setting produces a warning,