Commit 5dd9aea
Fix typo in url for PHPUnit test coverage report
In symfony-docs/create_framework/unit-testing.rst, on topic of using
PHPUnit to create a test coverage report, it appears the path to the
report should be "example.com/cov/src/Simplex/Framework.php.html"
instead of "example.com/cov/src_Simplex_Framework.php.html".1 parent 7c5210c commit 5dd9aea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments