Skip to content

Commit 05801cb

Browse files
committed
docs: add how to run phpunit on Windows
1 parent 1ef6e00 commit 05801cb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

admin/starter/tests/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ The entire test suite can be run by simply typing one command-line command from
4444

4545
> ./phpunit
4646

47+
If you are using Windows, use the following command.
48+
49+
> vendor\bin\phpunit
50+
4751
You can limit tests to those within a single test directory by specifying the
4852
directory name after phpunit.
4953

tests/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The entire test suite can be run by simply typing one command-line command from
4040

4141
> ./phpunit
4242

43+
If you are using Windows, use the following command.
44+
45+
> vendor\bin\phpunit
46+
4347
You can limit tests to those within a single test directory by specifying the
4448
directory name after phpunit. All core tests are stored under **tests/system**.
4549

0 commit comments

Comments
 (0)