summaryrefslogtreecommitdiff
path: root/test/HTML5/TestCase.php
diff options
context:
space:
mode:
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>';