diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-02-05 21:38:22 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-02-05 21:38:22 +0100 |
commit | a8d1fb52d1dadbd6d4aa4ea50f6f27a967030aa4 (patch) | |
tree | 3e1efc5a9d410836afa7601f16358ad9283906cb /application/third_party/test-more-php/t/goodlib.php | |
parent | 6f1258fbf27b05092ed0712c7d20bafda42074ea (diff) |
Add Test-More
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/third_party/test-more-php/t/goodlib.php')
-rwxr-xr-x | application/third_party/test-more-php/t/goodlib.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/third_party/test-more-php/t/goodlib.php b/application/third_party/test-more-php/t/goodlib.php new file mode 100755 index 000000000..5b2140962 --- /dev/null +++ b/application/third_party/test-more-php/t/goodlib.php @@ -0,0 +1,5 @@ +<?php + + function xyzzy () { return true; } + +?> |