[root]/PHPUnit-3.2.16/PHPUnit/Util/Log/CodeCoverage

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| ligaard | 6 (100.0%) | 1245 (100.0%) | 207.5 |
Updated PHPUnit to 3.2.17. Added extension icons to dropdown boxes.
0 lines of code changed in 3 files:
+ Experimental support for Code Coverage reporting. Turned of by default, since you need to setup XDebug and it slows down unit testing considerably!
+ Added test for memory limit, which should be set to something like 256MB, when using code coverage!
+ New (experimental) progressbar: First stab at bugs #6972 and #6975. Turned off by default. Works badly: Overflows to the right, when there are many tests.
* Errors are now marked red (instead of yellow). Solves bug #6977, http://bugs.typo3.org/view.php?id=6977.
326 lines of code changed in 1 file:
Initial steps to allow code coverage reporting.
Other things:
+ Previously there was a total timelimit of 30 seconds. Now the timelimit is per testcase; this is done by inserting a call to set_time_limit(30) in the testlistener.
+ Expanded 'About PHPUnit BE': Added links to bugs.typo3.org and phpunit on typo3xdev.sf.net. Added S?ren Soltveit to contributor list. Added test for XDebug extension (needed for code coverage).
- Removed variable addAttrib in SVN revision 8639. Solves issue #7011, http://bugs.typo3.org/view.php?id=7011
~ Upgraded PHPUnit from 3.2.15 to 3.2.16. Changelog: http://www.phpunit.de/wiki/ChangeLog32#PHPUnit3.2.1622-Mar-2008.
~ Use t3lib_div::trimExplode in various places, where it was appropriate.
~ ext_emconf.php: 'Namespace' variables better (in typo3confvars).
919 lines of code changed in 2 files: