Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
June 7, 2005, by Qiang Xue (qiang.xue@gmail.com)
|
|
|
2 |
------------------------------------------------
|
|
|
3 |
- changed all class memeber declarations from 'var $varname' to 'private $varname'.
|
|
|
4 |
- removed all reference usages, including creating new objects, returning and passing objects.
|
|
|
5 |
- modified expectation.php line 106 from 'function test($compare, $nasty=false) {' to 'function test($compare) {'.
|
|
|
6 |
- added HtmlReporterWithCoverage.php
|