composer update
This commit is contained in:
parent
f6abc3dce2
commit
71dfaca858
1753 changed files with 45274 additions and 14619 deletions
|
@ -1,11 +1,12 @@
|
|||
<?php
|
||||
|
||||
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>';
|
||||
|
||||
const DOC_CLOSE = '</body></html>';
|
||||
|
|
Reference in a new issue