Changelog for
php5-pear-phpunit-PHP_CodeCoverage-1.2.12-12.1.noarch.rpm :
Sun Aug 4 14:00:00 2013 robert.munteanuAATTgmail.com
- Updated to version 1.2.12
* Fixed #173: JavaScript error in the HTML report.
* Fixing an issue where an anonymous function as the last \"method\"
in a class would cause the coverage report to ignore the rest.
- Updated to version 1.2.11
* Fixed #151: Blacklisted PHPUnit Phar.
* Fixed sebastianbergmann/phpunit#924.
- Updated to version 1.2.10
* Fixed #158: Executable code on a line that has a comment is
processed incorrectly.
* Eliminated the coupling to PHPUnit_Util_Printer in
PHP_CodeCoverage_Report_Text.
- Updated to version 1.2.9
* Improved rendering of \"lines covered\" numbers for functions and
methods with long names or argument lists.
* Fixed the title of the Y axis of the Code Coverage ./. Cyclomatic
Complexity dashboard chart.
* Upgraded to Highcharts 2.3.5.
* Upgraded to jQuery 1.9.1.
- Updated to version 1.2.8
* Reduced vertical whitespace in sourcecode view.
* Upgraded to Bootstrap 2.2.2.
- Updated to version 1.2.7
* The html5shiv.js is now bundled.
* Fixed sebastianbergmann/phpunit#702: AATTcoversNothing didn\'t work
as documented.
- Updated to version 1.2.6
* Fixed #126: E_NOTICE thrown when generating coverage report.
- Updated to version 1.2.5
* Fixed regression introduced in PHP_CodeCoverage 1.2.4.
- Updated to version 1.2.4
* Fixed #123: Incorrect code coverage for interfaces.
- Updated to version 1.2.3
* Implemented #116: Do not rely on autoloader class map to
populate blacklist.
* Added support for parentheses after method names in the AATTcovers
annotation.
* When addUncoveredFilesFromWhitelist=FALSE is set then files that
are whitelisted but not covered by a single test are now excluded
from the code coverage.
* Fixed #81: Non-english locales broke the coverage bars in the
HTML report.
* Fixed #118: Percentage for tested classes and traits displayed
incorrectly.
* Fixed #121: One line AATTcovers annotations did not work.
- Updated to version 1.2.2
* Fixed #115: Backwards compatibility wrapper for trait_exists()
does not work.
- Updated to version 1.2.1
* Fixed invalid markup in the HTML report.
* The version number is now displayed when using PHP_CodeCoverage
from a Composer install or Git checkout.
- Updated to version 1.2.0
* The HTML report has been redesigned.
* The new AATTcoversDefaultClass annotation enables short AATTcovers
annotations when working with long class names or namespaces.
* The new AATTcoversNothing annotation can be used so tests do not
record any code coverage. Useful for integration testing.
* When processUncoveredFilesFromWhitelist=FALSE is set then files
that are whitelisted but not covered by a single test are now
included in the code coverage but with all lines, including those
that are not executable, counted as not executed.
* PHP_CodeCoverage 1.2 is only supported on PHP 5.3.3 (or later) and
PHP 5.4.7 (or later) is highly recommended.
Sun Mar 11 13:00:00 2012 robert.munteanuAATTgmail.com
- Added missing Requires: php5-pear-phpunit-PHP_TokenStream
Sat Feb 25 13:00:00 2012 robert.munteanuAATTgmail.com
- version 1.1.2
- Fixed #80: Whitelisted files that do not exist lead to errors.
- Fixed #91: Traits are not handled properly.
- Fixed notice in
PHP_CodeCoverage_Util::resolveCoversToReflectionObjects().
- The callbable, implements, and insteadof keywords are now properly
highlighted in the HTML report.
Tue Feb 14 13:00:00 2012 langAATTb1-systems.de
- license tag changed to BSD-3-Clause
Sun Feb 12 13:00:00 2012 langAATTb1-systems.de
- version 1.1.1
- fixed #74: Removed extraneous spaces in displayed paths in the HTML code coverage report.
- fixed #75: CRAP index missing from HTML code coverage report.
- this adresses https://bugzilla.novell.com/show_bug.cgi?id=714933 (already removed in previous 1.1.0RC4)
Tue Sep 13 14:00:00 2011 langAATTb1-systems.de
- version 1.1.0RC4
- Added support for merging serialized-to-disk `PHP_CodeCoverage` objects using `phpcov --merge`.
- Added support for traits.
- Added an option to disable the caching of `PHP_Token_Stream` objects to reduce the memory usage.
- Refactored the collection and processing of code coverage data improving code readability and performance.
- Refactored the generation of Clover XML and HTML reports improving code readability and testability.
- Removed the support for multiple blacklist groups.
- Removed the `PHP_CodeCoverage::getInstance()` and `PHP_CodeCoverage_Filter::getInstance()` methods.
- Replaced [RGraph](http://www.rgraph.net/) with [Highcharts JS](http://www.highcharts.com/) as the JavaScript chart library used for the HTML report\'s code coverage dashboard.
Mon Aug 15 14:00:00 2011 langAATTb1-systems.de
- initial successful build with version 1.0.4