Skip to content

Commit 1804701

Browse files
author
igor-chepurnoi
committed
update namespace for PHPUnit
1 parent 4b37a8a commit 1804701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
namespace yii2mod\comments\tests;
44

5+
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
56
use Yii;
67
use yii\helpers\ArrayHelper;
78
use yii\helpers\FileHelper;
89

910
/**
1011
* This is the base class for all yii framework unit tests.
1112
*/
12-
class TestCase extends \PHPUnit_Framework_TestCase
13+
class TestCase extends PHPUnitTestCase
1314
{
1415
protected function setUp()
1516
{

0 commit comments

Comments
 (0)