We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5dba6d + 9d0eac4 commit c76378aCopy full SHA for c76378a
test/HTML5/TestCase.php
@@ -2,8 +2,9 @@
2
namespace Masterminds\HTML5\Tests;
3
4
use Masterminds\HTML5;
5
+use PHPUnit\Framework\TestCase as BaseTestCase;
6
-class TestCase extends \PHPUnit_Framework_TestCase
7
+class TestCase extends BaseTestCase
8
{
9
10
const DOC_OPEN = '<!DOCTYPE html><html><head><title>test</title></head><body>';
0 commit comments