We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef6e00 commit 05801cbCopy full SHA for 05801cb
2 files changed
admin/starter/tests/README.md
@@ -44,6 +44,10 @@ The entire test suite can be run by simply typing one command-line command from
44
45
> ./phpunit
46
47
+If you are using Windows, use the following command.
48
+
49
+ > vendor\bin\phpunit
50
51
You can limit tests to those within a single test directory by specifying the
52
directory name after phpunit.
53
tests/README.md
@@ -40,6 +40,10 @@ The entire test suite can be run by simply typing one command-line command from
40
41
42
43
directory name after phpunit. All core tests are stored under **tests/system**.
0 commit comments