Skip to content

Commit

Permalink
update TestCase class
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Mar 23, 2017
1 parent d248bf1 commit 6285ea8
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 @@ -9,7 +9,7 @@
/**
* This is the base class for all yii framework unit tests.
*/
class TestCase extends \PHPUnit_Framework_TestCase
class TestCase extends \PHPUnit\Framework\TestCase
{
protected function setUp()
{
Expand Down

0 comments on commit 6285ea8

Please sign in to comment.