Skip to content

Commit 5aacfeb

Browse files
authored
Update testing.rst to be compatible with windows
commands compatible with windows
1 parent 724d85c commit 5aacfeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ You can also limit a test run to a directory or a specific test file:
109109
.. code-block:: terminal
110110
111111
# run all tests of the application
112-
$ ./bin/phpunit
112+
$ php bin/phpunit
113113
114114
# run all tests in the Util/ directory
115-
$ ./bin/phpunit tests/Util
115+
$ php bin/phpunit tests/Util
116116
117117
# run tests for the Calculator class
118-
$ ./bin/phpunit tests/Util/CalculatorTest.php
118+
$ php bin/phpunit tests/Util/CalculatorTest.php
119119
120120
.. index::
121121
single: Tests; Functional tests

0 commit comments

Comments
 (0)