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.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/HTML5/TestCase.php b/test/HTML5/TestCase.php
index 836614e..7e98498 100644
--- a/test/HTML5/TestCase.php
+++ b/test/HTML5/TestCase.php
@@ -9,6 +9,11 @@ class TestCase extends \PHPUnit_Framework_TestCase {
// Placeholder. Why is PHPUnit emitting warnings about no tests?
}
+ public function getInstance(array $options = array())
+ {
+ return new \HTML5($options);
+ }
+
protected function wrap($fragment) {
return self::DOC_OPEN . $fragment . self::DOC_CLOSE;
}