summaryrefslogtreecommitdiffstats
path: root/application/third_party/test-more-php/t/try.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/third_party/test-more-php/t/try.php')
-rwxr-xr-xapplication/third_party/test-more-php/t/try.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/application/third_party/test-more-php/t/try.php b/application/third_party/test-more-php/t/try.php
new file mode 100755
index 000000000..1ca9c2410
--- /dev/null
+++ b/application/third_party/test-more-php/t/try.php
@@ -0,0 +1,7 @@
+#!/usr/bin/env php
+<?php
+ $lib = isset($_SERVER['TESTLIB']) ? $_SERVER['TESTLIB'] : 'Test-Simple.php';
+ require_once($lib);
+ plan(1);
+ ok(1);
+?>