docs: add how to run phpunit on Windows

This commit is contained in:
kenjis 2022-04-28 11:52:09 +09:00
parent 1ef6e00262
commit 05801cb1ad
No known key found for this signature in database
GPG Key ID: BD254878922AF198
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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**.