Merge pull request #20313 from eileenmcnaughton/mem_move2
[civicrm-core.git] / tests / phpunit / CiviTest / bootstrap.php
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,