aboutsummaryrefslogtreecommitdiff
path: root/vendors/simpletest/test/test_with_parse_error.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendors/simpletest/test/test_with_parse_error.php')
-rwxr-xr-xvendors/simpletest/test/test_with_parse_error.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendors/simpletest/test/test_with_parse_error.php b/vendors/simpletest/test/test_with_parse_error.php
new file mode 100755
index 000000000..41a5832a5
--- /dev/null
+++ b/vendors/simpletest/test/test_with_parse_error.php
@@ -0,0 +1,8 @@
+<?php
+ // $Id: test_with_parse_error.php 901 2005-01-24 00:32:14Z lastcraft $
+
+ class TestCaseWithParseError extends UnitTestCase {
+ wibble
+ }
+
+?> \ No newline at end of file