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, 0 insertions, 3 deletions
diff --git a/test/HTML5/TestCase.php b/test/HTML5/TestCase.php
index 8d3148e..836614e 100644
--- a/test/HTML5/TestCase.php
+++ b/test/HTML5/TestCase.php
@@ -1,9 +1,6 @@
<?php
namespace HTML5\Tests;
-require_once 'PHPUnit/Autoload.php';
-require_once __DIR__ . '/../../vendor/autoload.php';
-
class TestCase extends \PHPUnit_Framework_TestCase {
const DOC_OPEN = '<!DOCTYPE html><html><head><title>test</title></head><body>';
const DOC_CLOSE = '</body></html>';