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. --- ext/interbase/tests/interbase.inc | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100755 ext/interbase/tests/interbase.inc (limited to 'ext/interbase/tests/interbase.inc') diff --git a/ext/interbase/tests/interbase.inc b/ext/interbase/tests/interbase.inc new file mode 100755 index 0000000000..f261cb01b5 --- /dev/null +++ b/ext/interbase/tests/interbase.inc @@ -0,0 +1,77 @@ + \ No newline at end of file -- cgit v1.2.1