Commit e9a9368
committed
bug #5501 Fix typo in url for PHPUnit test coverage report (TrueGit)
This PR was merged into the 2.7 branch.
Discussion
----------
Fix typo in url for PHPUnit test coverage report
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.7
| Fixed tickets | NA?
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".
Commits
-------
e5ea3f0 Fix typo in url for PHPUnit test coverage report1 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