Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.7
-
Fix Version/s: 4.7.8
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
Historically we needed
require_once 'CiviTest/CiviUnitTestCase.php';
in the unit tests.
Tim fixed the class loaded to make that redundant & it actually causes errors in some scenarios (e.g running direct from phpstorm). Let's kill them