From c69b4a1f082d61d6d04a80c0172d16289c6af4be Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Thu, 13 Apr 2017 12:28:07 +0300 Subject: [PATCH] `yiiunit\extensions\mongodb\TestCase` parent fixed --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 3916622e4..7c876e453 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -8,7 +8,7 @@ use Yii; use yii\mongodb\Exception; -abstract class TestCase extends \PHPUnit_Framework_TestCase +abstract class TestCase extends \PHPUnit\Framework\TestCase { public static $params; /**