Skip to content

Commit

Permalink
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
samnela committed Sep 1, 2018
1 parent 60e2ab4 commit 4397c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/TestCase.php
Expand Up @@ -2,6 +2,8 @@

namespace blink\tests;

class TestCase extends \PHPUnit_Framework_TestCase
use PHPUnit\Framework\TestCase as BaseTestCase;

class TestCase extends BaseTestCase
{
}

0 comments on commit 4397c93

Please sign in to comment.