File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ the following command:
64
64
65
65
.. parsed-literal ::
66
66
67
- $ phpunit --bootstrap src/autoload.php tests/CurrencyTest
67
+ $ phpunit --bootstrap src/autoload.php tests/CurrencyTest.php
68
68
PHPUnit |version |.0 by Sebastian Bergmann and contributors.
69
69
70
70
........
@@ -120,6 +120,19 @@ directory is recursively traversed.
120
120
</testsuites >
121
121
</phpunit >
122
122
123
+ To run the test suite, use the the ``--testsuite `` option:
124
+
125
+ .. parsed-literal ::
126
+
127
+ $ phpunit --bootstrap src/autoload.php --testsuite money
128
+ PHPUnit |version |.0 by Sebastian Bergmann and contributors.
129
+
130
+ ..
131
+
132
+ Time: 167 ms, Memory: 3.00Mb
133
+
134
+ OK (2 test, 2 assertions)
135
+
123
136
If :file: `phpunit.xml ` or
124
137
:file: `phpunit.xml.dist ` (in that order) exist in the
125
138
current working directory and ``--configuration `` is
You can’t perform that action at this time.
0 commit comments