File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -119,16 +119,14 @@ The HTML files can be viewed by opening **build/coverage/html/index.html** in yo
119
119
Alternatively you can use the following command:
120
120
121
121
``` console
122
- ./phpunit --colors --coverage-text=tests /coverage.txt --coverage-html=tests /coverage/ -d memory_limit=1024m
122
+ ./phpunit --colors --coverage-text=build /coverage/text/coverage .txt --coverage-html=build /coverage/html / -d memory_limit=1024m
123
123
```
124
124
125
125
This runs all of the tests again collecting information about how many lines,
126
126
functions, and files are tested. It also reports the percentage of the code that is covered by tests.
127
127
It is collected in two formats: a simple text file that provides an overview as well
128
128
as a comprehensive collection of HTML files that show the status of every line of code in the project.
129
129
130
- For the example above, the text file can be found at ** tests/coverage.txt** and
131
- the HTML files can be viewed by opening ** tests/coverage/index.html** .
132
130
133
131
## PHPUnit XML Configuration
134
132
You can’t perform that action at this time.
0 commit comments