From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- tests/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 0a649927..25ccda35 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,10 @@ .PHONY: help test all test: - php RunTests.php + php run-test.php ArticleTest.php + php run-test.php GlobalTest.php + php run-test.php DatabaseTest.php + php run-test.php ImageFunctionsTest.php + php run-test.php SearchMySQL4Test.php install: cvs -z9 -d:pserver:cvsread:@cvs.php.net:/repository/ co -P pear/PHPUnit mv pear/PHPUnit . -- cgit v1.2.2