Skip to content

Commit c76378a

Browse files
authored
Merge pull request #159 from samnela/remove-deprecated-testcase
Remove deprecated testcase implementation
2 parents c5dba6d + 9d0eac4 commit c76378a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/HTML5/TestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
namespace Masterminds\HTML5\Tests;
33

44
use Masterminds\HTML5;
5+
use PHPUnit\Framework\TestCase as BaseTestCase;
56

6-
class TestCase extends \PHPUnit_Framework_TestCase
7+
class TestCase extends BaseTestCase
78
{
89

910
const DOC_OPEN = '<!DOCTYPE html><html><head><title>test</title></head><body>';

0 commit comments

Comments
 (0)