Skip to content

Commit 0dc5417

Browse files
committed
Enhancement: Add links
1 parent 27fcc49 commit 0dc5417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Download `phpunit-slow-test-detector.phar` from the [latest release](https://git
3434

3535
### Bootstrapping the extension as a `composer` package
3636

37-
To bootstrap the extension as a `composer` package, adjust your `phpunit.xml` configuration file:
37+
To bootstrap the extension as a `composer` package, adjust your `phpunit.xml` configuration file and configure the [`<extensions>` element](https://docs.phpunit.de/en/10.4/configuration.html#the-extensions-element):
3838

3939
```diff
4040
<phpunit
@@ -55,7 +55,7 @@ To bootstrap the extension as a `composer` package, adjust your `phpunit.xml` co
5555

5656
### Bootstrapping the extension as a PHAR
5757

58-
To bootstrap the extension as a PHAR, adjust your `phpunit.xml` configuration file and configure the `extensionsDirectory` attribute of the `<phpunit>` element:
58+
To bootstrap the extension as a PHAR, adjust your `phpunit.xml` configuration file and configure the [`extensionsDirectory` attribute](https://docs.phpunit.de/en/10.4/configuration.html#the-extensionsdirectory-attribute) of the [`<phpunit>` element](https://docs.phpunit.de/en/10.4/configuration.html#the-phpunit-element):
5959

6060
```diff
6161
<phpunit

0 commit comments

Comments
 (0)