Update test files to use PHPUnit6 notiation for classes
[civicrm-core.git] / tests / phpunit / CiviTest / CiviEndToEndTestCase.php
index bc932fbbff795a2abfd4f509feab1dd39867c908..93c33236c48b2c4efe49d770789e21af3c60a246 100644 (file)
@@ -9,7 +9,7 @@
  * Note: If you need to work as a different user, try using `cv()` or
  * a web-service.
  */
-class CiviEndToEndTestCase extends PHPUnit_Framework_TestCase implements \Civi\Test\EndToEndInterface {
+class CiviEndToEndTestCase extends PHPUnit\Framework\TestCase implements \Civi\Test\EndToEndInterface {
 
   public static function setUpBeforeClass() {
     CRM_Core_Config::singleton(1, 1);