(NFC) Upgrade Civi Folder to the new coder version
[civicrm-core.git] / Civi / Test / CiviTestListener.php
index 8eca8cbf756a478ac4aff5f9c58e140ba03a93d3..255eb8628f71ff864e434a2862c70ff2af527934 100644 (file)
@@ -98,7 +98,8 @@ class CiviTestListener extends \PHPUnit_Framework_BaseTestListener {
     \CRM_Utils_System::flushCache();
     \Civi::reset();
     \CRM_Core_Session::singleton()->set('userID', NULL);
-    $config = \CRM_Core_Config::singleton(TRUE, TRUE); // ugh, performance
+    // ugh, performance
+    $config = \CRM_Core_Config::singleton(TRUE, TRUE);
 
     if (property_exists($config->userPermissionClass, 'permissions')) {
       $config->userPermissionClass->permissions = NULL;