Skip to content
Snippets Groups Projects
Unverified Commit 944c4c61 authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Add link to documentation

parent 34b51b25
No related branches found
No related tags found
No related merge requests found
......@@ -44,4 +44,11 @@ if ($buffer === '') {
exit(1);
}
print $buffer . PHP_EOL;
printf(
'%s%s---%s[How to install or update PHPUnit](https://docs.phpunit.de/en/%s/installation.html)%s',
$buffer,
PHP_EOL,
PHP_EOL,
$versionSeries,
PHP_EOL,
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment