We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724d85c commit 5aacfebCopy full SHA for 5aacfeb
testing.rst
@@ -109,13 +109,13 @@ You can also limit a test run to a directory or a specific test file:
109
.. code-block:: terminal
110
111
# run all tests of the application
112
- $ ./bin/phpunit
+ $ php bin/phpunit
113
114
# run all tests in the Util/ directory
115
- $ ./bin/phpunit tests/Util
+ $ php bin/phpunit tests/Util
116
117
# run tests for the Calculator class
118
- $ ./bin/phpunit tests/Util/CalculatorTest.php
+ $ php bin/phpunit tests/Util/CalculatorTest.php
119
120
.. index::
121
single: Tests; Functional tests
0 commit comments