ChangeLog-4.6.md (4165B)
1 # Changes in PHPUnit 4.6 2 3 All notable changes of the PHPUnit 4.6 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. 4 5 ## [4.6.10] - 2015-06-03 6 7 ### Changed 8 9 * Merged [#1693](https://github.com/sebastianbergmann/phpunit/pull/1693): Improved API documentation 10 * Merged [#1706](https://github.com/sebastianbergmann/phpunit/pull/1706): Avoid hard-coded URI to `phpunit.xsd` 11 * Merged [#1725](https://github.com/sebastianbergmann/phpunit/pull/1725): Update phpDox XSD URI 12 * Merged [#1735](https://github.com/sebastianbergmann/phpunit/pull/1735): Mute `chdir()` failures in XInclude handling of XML configuration file 13 * Merged [#1736](https://github.com/sebastianbergmann/phpunit/pull/1736): Verify that phar file can be overwritten before attempting self update 14 15 ### Fixed 16 17 * Fixed [#1737](https://github.com/sebastianbergmann/phpunit/issues/1737): Confusing output from `--testdox` for empty test class 18 19 ## [4.6.9] - 2015-05-29 20 21 ### Fixed 22 23 * Fixed [#1731](https://github.com/sebastianbergmann/phpunit/issues/1731): `.` after failure count has no background color when `--colors` is used 24 25 ## [4.6.8] - 2015-05-28 26 27 New PHAR release due to updated dependencies 28 29 ## [4.6.7] - 2015-05-25 30 31 New PHAR release due to updated dependencies 32 33 ## [4.6.6] - 2015-04-29 34 35 ### Fixed 36 37 * Fixed [#1684](https://github.com/sebastianbergmann/phpunit/issues/1684): PHAR does not work on HHVM 38 39 ## [4.6.5] - 2015-04-29 40 41 * Fixed [#1677](https://github.com/sebastianbergmann/phpunit/issues/1677): Number of risky tests not printed when there are failing tests 42 * Fixed [#1688](https://github.com/sebastianbergmann/phpunit/issues/1688): Self-Update operation does not work due to outdated SSL certificate 43 44 ## [4.6.4] - 2015-04-11 45 46 ### Changed 47 48 * The default list of blacklisted classes is now always passed to PHP_CodeCoverage 49 50 ## [4.6.3] - 2015-04-11 51 52 ### Changed 53 54 * Updated the default list of blacklisted classes 55 56 ## [4.6.2] - 2015-04-07 57 58 ### Fixed 59 60 * Fixed [#1667](https://github.com/sebastianbergmann/phpunit/issues/1667): Loading `src/Framework/Assert/Functions.php` by default causes collisions 61 62 ## [4.6.1] - 2015-04-03 63 64 ### Fixed 65 66 * Fixed [#1665](https://github.com/sebastianbergmann/phpunit/issues/1665): PHPUnit 4.6.0 PHAR does not work when renamed to `phpunit` 67 68 ## [4.6.0] - 2015-04-03 69 70 ### Added 71 72 * Added the `--strict-global-state` command-line option and the `beStrictAboutChangesToGlobalState` configuration setting for enabling a check that global variabes, super-global variables, and static attributes in user-defined classes are not modified during a test 73 * Merged [#1527](https://github.com/sebastianbergmann/phpunit/issues/1527) and [#1529](https://github.com/sebastianbergmann/phpunit/issues/1529): Allow to define options for displaying colors 74 75 ### Changed 76 77 * Merged [#1528](https://github.com/sebastianbergmann/phpunit/issues/1528): Improve message when `PHPUnit_Framework_Constraint_Count` is used with logical operators 78 79 ### Fixed 80 81 * Merged [#1537](https://github.com/sebastianbergmann/phpunit/issues/1537): Fix problem of `--stderr` with `--tap` and `--testdox` 82 * Fixed [#1599](https://github.com/sebastianbergmann/phpunit/issues/1599): The PHAR build of PHPUnit no longer uses an autoloader to load PHPUnit's own classes and instead statically loads all classes on startup 83 84 [4.6.10]: https://github.com/sebastianbergmann/phpunit/compare/4.6.9...4.6.10 85 [4.6.9]: https://github.com/sebastianbergmann/phpunit/compare/4.6.8...4.6.9 86 [4.6.8]: https://github.com/sebastianbergmann/phpunit/compare/4.6.7...4.6.8 87 [4.6.7]: https://github.com/sebastianbergmann/phpunit/compare/4.6.6...4.6.7 88 [4.6.6]: https://github.com/sebastianbergmann/phpunit/compare/4.6.5...4.6.6 89 [4.6.5]: https://github.com/sebastianbergmann/phpunit/compare/4.6.4...4.6.5 90 [4.6.4]: https://github.com/sebastianbergmann/phpunit/compare/4.6.3...4.6.4 91 [4.6.3]: https://github.com/sebastianbergmann/phpunit/compare/4.6.2...4.6.3 92 [4.6.2]: https://github.com/sebastianbergmann/phpunit/compare/4.6.1...4.6.2 93 [4.6.1]: https://github.com/sebastianbergmann/phpunit/compare/4.6.0...4.6.1 94 [4.6.0]: https://github.com/sebastianbergmann/phpunit/compare/4.5...4.6.0 95