8000 Update testing.rst to be compatible with windows · symfony/symfony-docs@5aacfeb · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 3 additions & 3 deletions
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)
0