From 1fbbb8a99f8fb9eccd5139a29551d12dff176033 Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Wed, 2 Sep 2015 23:24:13 +0000 Subject: [PATCH] tests: Remove "install" target from makefile documentation Follows up 013c859b997. Change-Id: I1d015993f767c2d3f82a1ce4cd62b6c09eb2e90f --- tests/phpunit/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/Makefile b/tests/phpunit/Makefile index a33b86a353..e1537bf5cc 100644 --- a/tests/phpunit/Makefile +++ b/tests/phpunit/Makefile @@ -73,7 +73,6 @@ 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! # coverage Run the tests and generates an HTML code coverage report -- 2.20.1