Skip to content

Commit

Permalink
yiiunit\extensions\mongodb\TestCase parent fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Apr 13, 2017
1 parent dd585d0 commit c69b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit c69b4a1

Please sign in to comment.