From 4f75d14720379314ff62d7e1deb7fa85262154e9 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 10 Sep 2010 21:38:10 +0000 Subject: [PATCH] =?utf8?q?For=20=C3=86var,=20re-add=20make=20tap?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- maintenance/tests/phpunit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maintenance/tests/phpunit/Makefile b/maintenance/tests/phpunit/Makefile index f7342d7f62..5506e5e0d4 100644 --- a/maintenance/tests/phpunit/Makefile +++ b/maintenance/tests/phpunit/Makefile @@ -9,8 +9,12 @@ install: pear channel-discover pear.phpunit.de pear install phpunit/PHPUnit +tap: + phpunit --configuration suite.xml --tap + help: # Targets: # phpunit (default) Run all the tests with phpunit # install Install PHPUnit from phpunit.de + # tap Run the tests individually through Test::Harness's prove(1) # help You're looking at it! -- 2.20.1