From a29a2e4aeba0d7bc8a44fa83fa0d71b584460d1d Mon Sep 17 00:00:00 2001 From: rurban Date: Tue, 19 Oct 2004 15:18:22 +0000 Subject: [PATCH] testsuite starters git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4049 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/unit/runme_all | 2 ++ tests/unit/runme_basic | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 tests/unit/runme_all create mode 100755 tests/unit/runme_basic diff --git a/tests/unit/runme_all b/tests/unit/runme_all new file mode 100755 index 000000000..d840b8acd --- /dev/null +++ b/tests/unit/runme_all @@ -0,0 +1,2 @@ +#!/bin/sh +php -Cq test.php level=10 diff --git a/tests/unit/runme_basic b/tests/unit/runme_basic new file mode 100755 index 000000000..eba38c90a --- /dev/null +++ b/tests/unit/runme_basic @@ -0,0 +1,2 @@ +#!/bin/sh +php -Cq test.php test=SetupWiki test=DumpHtml db=file db=dba level=10 debug=9 -- 2.45.0