mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
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:
parent
9c07842add
commit
742bf47c73
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user