Merge pull request #22227 from mlutfy/standalone
[civicrm-core.git] / tests / phpunit / EnvTests.php
index 9894dd728812bc5357480a8e65dae4d2fb8cf5b2..71f19a648551dae6c305cd6026b6c0c82c33ab55 100644 (file)
@@ -10,7 +10,8 @@
  * names. Each name may be a class (eg "MyFirstTest") or a method
  * (eg "MyFirstTest::testFoo").
  */
-class EnvTests extends \PHPUnit_Framework_TestSuite {
+class EnvTests extends \PHPUnit\Framework\TestSuite {
+
   /**
    * @return \EnvTests
    */
@@ -32,4 +33,5 @@ class EnvTests extends \PHPUnit_Framework_TestSuite {
     }
     return $suite;
   }
+
 }