CRM-15903 - Cleanup class inheritance of CRM_Utils_System_* functions
authorColeman Watts <coleman@civicrm.org>
Sun, 1 Feb 2015 22:24:01 +0000 (17:24 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 2 Feb 2015 03:44:24 +0000 (22:44 -0500)
commit17f443df7d2235655cbbfe68bfcf7a13a570b606
tree811cb153b1df4f5b16356c30cf6755af277ca508
parentb6344efb79c72fbfabb1dd04e010730926f0355c
CRM-15903 - Cleanup class inheritance of CRM_Utils_System_* functions

----------------------------------------
* CRM-15903: Restructure UF classes so that CRM_Utils_System_UnitTests does not extend Drupal
  https://issues.civicrm.org/jira/browse/CRM-15903
CRM/Utils/System/Base.php
CRM/Utils/System/Drupal.php
CRM/Utils/System/Drupal6.php
CRM/Utils/System/Drupal8.php
CRM/Utils/System/DrupalBase.php
CRM/Utils/System/Joomla.php
CRM/Utils/System/Soap.php
CRM/Utils/System/UnitTests.php
CRM/Utils/System/WordPress.php