From a8d1fb52d1dadbd6d4aa4ea50f6f27a967030aa4 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 5 Feb 2015 21:38:22 +0100 Subject: Add Test-More Signed-off-by: Florian Pritz --- application/third_party/test-more-php/t/testertests_interp.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 application/third_party/test-more-php/t/testertests_interp.php (limited to 'application/third_party/test-more-php/t/testertests_interp.php') diff --git a/application/third_party/test-more-php/t/testertests_interp.php b/application/third_party/test-more-php/t/testertests_interp.php new file mode 100755 index 000000000..f646f81d8 --- /dev/null +++ b/application/third_party/test-more-php/t/testertests_interp.php @@ -0,0 +1,10 @@ +plan(1); + + $t->is( $t->interp(),'php',"interp defaults to php"); + +?> -- cgit v1.2.3-24-g4f1b