From a8de1c227fd6e86a63e23a6630a28fdcc7d95042 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 11 Dec 2015 08:02:01 -0500 Subject: [PATCH] Update test with renamed class --- tests/phpunit/CiviTest/CiviUnitTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index d2c47e953c..f02080aa9e 100755 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -414,7 +414,7 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase { // Make sure the DB connection is setup properly $config->userSystem->setMySQLTimeZone(); - $env = new CRM_Utils_Check_Env(); + $env = new CRM_Utils_Check_Component_Env(); CRM_Utils_Check::singleton()->assertValid($env->checkMysqlTime()); // clear permissions stub to not check permissions -- 2.25.1