Skip to content
Snippets Groups Projects
Unverified Commit bbccc5c6 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #14333 from eileenmcnaughton/phpunit

#980 [phpunit test] update phpunit extends class to support later versions
parents 33285859 1ee79258
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ define('API_LATEST_VERSION', 3);
* Common functions for unit tests
* @package CiviCRM
*/
class CiviUnitTestCase extends PHPUnit_Framework_TestCase {
class CiviUnitTestCase extends PHPUnit\Framework\TestCase {
use \Civi\Test\Api3DocTrait;
use \Civi\Test\GenericAssertionsTrait;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment