Skip to content

Commit cafeaff

Browse files
authored
Apply suggestion from @kpodemski
1 parent 5b310de commit cafeaff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/testing/advanced-checks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ composer require --dev phpunit/phpunit
141141
While newer versions of PHPUnit exist, the version chosen in your project must match the PHP compatibility range of the project, otherwise composer will refuse to install it. The version provided in the example above is the last one compatible with PHP 5.6.
142142

143143
Creating your unit tests can be done the same way as the core, so more details can be found in
144-
the chapter [Testing of the core]({{< ref "/9/testing/how-to-create-your-own-unit-tests/" >}}).
144+
the chapter [Testing of the core]({{< ref "9/testing/unit-tests/how-to-create-your-own-unit-tests" >}}).
145145

146146
Supposing it was installed via Composer, the command to run it is:
147147

0 commit comments

Comments
 (0)