summaryrefslogtreecommitdiff
path: root/test/HTML5/TestCase.php
diff options
context:
space:
mode:
authorSamuel NELA <[email protected]>2018-11-24 18:27:29 +0100
committerSamuel NELA <[email protected]>2018-11-24 18:27:29 +0100
commit9d0eac40619c9771bd633c6d47fb6500148ed8c4 (patch)
treefeda5bbba3d4ac8cad0f641d625c90d3a8df2fff /test/HTML5/TestCase.php
parent1fd419b9e62efcab9c79f3848c54dd3717a7e725 (diff)
Remove deprecated testcase implementation
Diffstat (limited to 'test/HTML5/TestCase.php')
-rw-r--r--test/HTML5/TestCase.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/HTML5/TestCase.php b/test/HTML5/TestCase.php
index 3cb8645..2f220b1 100644
--- a/test/HTML5/TestCase.php
+++ b/test/HTML5/TestCase.php
@@ -2,8 +2,9 @@
namespace Masterminds\HTML5\Tests;
use Masterminds\HTML5;
+use PHPUnit\Framework\TestCase as BaseTestCase;
-class TestCase extends \PHPUnit_Framework_TestCase
+class TestCase extends BaseTestCase
{
const DOC_OPEN = '<!DOCTYPE html><html><head><title>test</title></head><body>';