Per CRM-17860 these require_once for files in CiviTest can go (#8134)
authorEileen McNaughton <eileen@mcnaughty.com>
Thu, 14 Apr 2016 09:00:39 +0000 (21:00 +1200)
committerEileen McNaughton <eileen@mcnaughty.com>
Thu, 14 Apr 2016 09:00:39 +0000 (21:00 +1200)
With this require once I could not run the test in isolation but it was fine once I removed it

tests/phpunit/api/v3/JobProcessMailingTest.php

index d960c30a2b9af6238eb06f05fe59a48c2c4aef56..dedb80f93502271dd2eee8779732bba469225cf1 100644 (file)
@@ -36,9 +36,6 @@
  *
  */
 
-//@todo - why doesn't class loader find these (I tried renaming)
-require_once 'CiviTest/CiviMailUtils.php';
-
 /**
  * Class api_v3_JobTest
  * @group headless