From f58f17bd114e3a66839d2763691bef3afdcc8487 Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Tue, 10 Aug 2004 11:35:43 +0000 Subject: add php unit test support. just run php -f php/run-tests.php --- php/tests/001.phpt | 13 +++++++++++++ php/tests/Makefile.am | 1 + 2 files changed, 14 insertions(+) create mode 100644 php/tests/001.phpt (limited to 'php/tests') diff --git a/php/tests/001.phpt b/php/tests/001.phpt new file mode 100644 index 00000000..ce898d6d --- /dev/null +++ b/php/tests/001.phpt @@ -0,0 +1,13 @@ +--TEST-- +Check for lasso presence +--SKIPIF-- + +--POST-- +--GET-- +--INI-- +--FILE-- + +--EXPECT-- +lasso extension is available diff --git a/php/tests/Makefile.am b/php/tests/Makefile.am index e69de29b..6c70fc5a 100644 --- a/php/tests/Makefile.am +++ b/php/tests/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = 001.phpt -- cgit