diff options
Diffstat (limited to 'tests/UnitTests/simpletest/test/parse_error_test.php')
-rw-r--r-- | tests/UnitTests/simpletest/test/parse_error_test.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/UnitTests/simpletest/test/parse_error_test.php b/tests/UnitTests/simpletest/test/parse_error_test.php new file mode 100644 index 00000000..dd0f4eae --- /dev/null +++ b/tests/UnitTests/simpletest/test/parse_error_test.php @@ -0,0 +1,10 @@ +<?php
+ // $Id: parse_error_test.php,v 1.1 2005/01/24 00:32:14 lastcraft Exp $
+
+ require_once('../unit_tester.php');
+ require_once('../reporter.php');
+
+ $test = &new GroupTest('This should fail');
+ $test->addTestFile('test_with_parse_error.php');
+ $test->run(new HtmlReporter());
+?>
\ No newline at end of file |