summaryrefslogtreecommitdiff
path: root/test/HTML5/TestCase.php
diff options
context:
space:
mode:
authorTitouan Galopin <[email protected]>2018-11-25 00:58:42 +0100
committerTitouan Galopin <[email protected]>2018-11-25 14:58:29 +0100
commitd829a30e092ea5d868b93a258724b12f9aa313fd (patch)
tree1c8819b825738ce95d87d96e6e2cafeb2c7f14c8 /test/HTML5/TestCase.php
parentd39a98a478c95e0df86ed564650f7326244116e2 (diff)
Fix coding style
Diffstat (limited to 'test/HTML5/TestCase.php')
-rw-r--r--test/HTML5/TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTML5/TestCase.php b/test/HTML5/TestCase.php
index 2f220b1..990e8c1 100644
--- a/test/HTML5/TestCase.php
+++ b/test/HTML5/TestCase.php
@@ -1,4 +1,5 @@
<?php
+
namespace Masterminds\HTML5\Tests;
use Masterminds\HTML5;
@@ -6,7 +7,6 @@ use PHPUnit\Framework\TestCase as BaseTestCase;
class TestCase extends BaseTestCase
{
-
const DOC_OPEN = '<!DOCTYPE html><html><head><title>test</title></head><body>';
const DOC_CLOSE = '</body></html>';