mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: add how to run phpunit on Windows
This commit is contained in:
parent
1ef6e00262
commit
05801cb1ad
@ -44,6 +44,10 @@ The entire test suite can be run by simply typing one command-line command from
|
||||
|
||||
> ./phpunit
|
||||
|
||||
If you are using Windows, use the following command.
|
||||
|
||||
> vendor\bin\phpunit
|
||||
|
||||
You can limit tests to those within a single test directory by specifying the
|
||||
directory name after phpunit.
|
||||
|
||||
|
@ -40,6 +40,10 @@ The entire test suite can be run by simply typing one command-line command from
|
||||
|
||||
> ./phpunit
|
||||
|
||||
If you are using Windows, use the following command.
|
||||
|
||||
> vendor\bin\phpunit
|
||||
|
||||
You can limit tests to those within a single test directory by specifying the
|
||||
directory name after phpunit. All core tests are stored under **tests/system**.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user