From 315f4f5658cf22a17ba06fa2ca2f3d890355873f Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 27 Aug 2000 19:46:06 +0000 Subject: @PHP 3 regression testing framework re-born (Stig) Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them. --- tests/lang/001.phpt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/lang/001.phpt (limited to 'tests/lang/001.phpt') diff --git a/tests/lang/001.phpt b/tests/lang/001.phpt new file mode 100644 index 0000000000..d90e9b8d3d --- /dev/null +++ b/tests/lang/001.phpt @@ -0,0 +1,8 @@ +--TEST-- +Simple If condition test +--POST-- +--GET-- +--FILE-- +0) { echo "Yes"; } ?> +--EXPECT-- +Yes -- cgit v1.2.1