PHPCoverage Code
Status: Beta
Brought to you by:
pnimish
| a/branches/phpcoverage-0.8.2/CHANGES | b/branches/phpcoverage-0.8.2/CHANGES | ||
|---|---|---|---|
... |
... |
||
| 8 | 8 | ||
| 9 | =============================== |
9 | =============================== |
| 10 | Spike PHPCoverage Change Logs |
10 | Spike PHPCoverage Change Logs |
| 11 | =============================== |
11 | =============================== |
| 12 | 12 | ||
| 13 | Version %%version%% |
13 | Version 0.8.2 |
| 14 | =================== |
||
| 15 | * Fixed PHP Parser code to be much more smarter. Patch provided |
||
| 16 | by Marc_a <http://developer.spikesource.com/forums/viewtopic.php?t=761> |
||
| 17 | * Fixed bug 34 that included files with unspecified extensions in the |
||
| 18 | coverage report. |
||
| 19 | |||
| 20 | Version 0.8.0 |
||
| 14 | =================== |
21 | =================== |
| 15 | * Added ability to combine several remote recordings into a single coverage report. |
22 | * Added ability to combine several remote recordings into a single coverage report. |
| 16 | This feature will make it easier for anyone to run a multiple set of tests on a |
23 | This feature will make it easier for anyone to run a multiple set of tests on a |
| 17 | PHP web site and combine the recordings into a single report. The remote code coverage |
24 | PHP web site and combine the recordings into a single report. The remote code coverage |
| 18 | sample has been updated with a sample use case. |
25 | sample has been updated with a sample use case. |