aboutsummaryrefslogtreecommitdiff
path: root/vendors/simpletest/test/parse_error_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendors/simpletest/test/parse_error_test.php')
-rw-r--r--vendors/simpletest/test/parse_error_test.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendors/simpletest/test/parse_error_test.php b/vendors/simpletest/test/parse_error_test.php
new file mode 100644
index 000000000..c3ffb3d42
--- /dev/null
+++ b/vendors/simpletest/test/parse_error_test.php
@@ -0,0 +1,9 @@
+<?php
+// $Id: parse_error_test.php 1509 2007-05-08 22:11:49Z lastcraft $
+require_once('../unit_tester.php');
+require_once('../reporter.php');
+
+$test = &new TestSuite('This should fail');
+$test->addFile('test_with_parse_error.php');
+$test->run(new HtmlReporter());
+?> \ No newline at end of file