summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/EventStackError.php
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2014-05-15 10:23:49 -0400
committerMatt Farina <[email protected]>2014-05-15 10:23:49 -0400
commit692140c902df735c6de2aa0863a4334f585f5f95 (patch)
tree7b21e902caa5da544f6f386ae1bad7f5d0264c01 /test/HTML5/Parser/EventStackError.php
parent08711d17ad0dc08626347da9f48b477e2c717925 (diff)
parent30aa8a64547d2f1770489133b96269e9d5907a9a (diff)
Merge pull request #34 from goetas/prs-tests
Fixes the testing errors and makes the tests PSR compatible
Diffstat (limited to 'test/HTML5/Parser/EventStackError.php')
-rw-r--r--test/HTML5/Parser/EventStackError.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/HTML5/Parser/EventStackError.php b/test/HTML5/Parser/EventStackError.php
new file mode 100644
index 0000000..8465b33
--- /dev/null
+++ b/test/HTML5/Parser/EventStackError.php
@@ -0,0 +1,5 @@
+<?php
+namespace HTML5\Tests\Parser;
+
+class EventStackParseError extends \Exception {
+}