docs: fix PHPUnit command example

$ vendor/bin/phpunit tests/system/HTTP/RequestTest
PHPUnit 9.5.9 by Sebastian Bergmann and contributors.

Cannot open file "tests/system/HTTP/RequestTest".
This commit is contained in:
kenjis 2021-10-01 17:02:07 +09:00
parent 9c07842add
commit 742bf47c73
No known key found for this signature in database
GPG Key ID: 6D178EFF8E215FC4

View File

@ -47,7 +47,7 @@ directory name after phpunit. All core tests are stored under **tests/system**.
Individual tests can be run by including the relative path to the test file.
> ./phpunit tests/system/HTTP/RequestTest
> ./phpunit tests/system/HTTP/RequestTest.php
You can run the tests without running the live database tests.