annotate vendor/phpunit/phpunit/ChangeLog-4.7.md @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
rev   line source
Chris@0 1 # Changes in PHPUnit 4.7
Chris@0 2
Chris@0 3 All notable changes of the PHPUnit 4.7 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
Chris@0 4
Chris@0 5 ## [4.7.7] - 2015-07-13
Chris@0 6
Chris@0 7 New PHAR release due to updated dependencies
Chris@0 8
Chris@0 9 ## [4.7.6] - 2015-06-30
Chris@0 10
Chris@0 11 ### Fixed
Chris@0 12
Chris@0 13 * Fixed [#1681](https://github.com/sebastianbergmann/phpunit/issues/1681): Code Coverage filter configuration is not passed to child processes
Chris@0 14 * Fixed [#1692](https://github.com/sebastianbergmann/phpunit/issues/1692): Clean up `PHPUnit_Extensions_RepeatedTest` after refactoring
Chris@0 15 * Fixed [#1763](https://github.com/sebastianbergmann/phpunit/issues/1763): `@before` and `@after` annotations do not work when inherited
Chris@0 16
Chris@0 17 ## [4.7.5] - 2015-06-21
Chris@0 18
Chris@0 19 ### Fixed
Chris@0 20
Chris@0 21 * Fixed [#490](https://github.com/sebastianbergmann/phpunit/issues/490): Ensure that a test can only be one of `@small`, `@medium`, or `@large`.
Chris@0 22 * Fixed [#1704](https://github.com/sebastianbergmann/phpunit/issues/1704): Output printed during test missing when using TAP
Chris@0 23
Chris@0 24 ## [4.7.4] - 2015-06-18
Chris@0 25
Chris@0 26 ### Changed
Chris@0 27
Chris@0 28 * The `PHPUnit_Framework_Constraint_IsType` constraint now knows about the `real` type (which is an alias for `float`)
Chris@0 29 * Various work on compatibility with PHP 7
Chris@0 30
Chris@0 31 ### Fixed
Chris@0 32
Chris@0 33 * Fixed [#1749](https://github.com/sebastianbergmann/phpunit/issues/1749): `stopOnError` configuration setting does not work
Chris@0 34
Chris@0 35 ## [4.7.3] - 2015-06-11
Chris@0 36
Chris@0 37 ### Fixed
Chris@0 38
Chris@0 39 * Fixed [#1317](https://github.com/sebastianbergmann/phpunit/issues/1317): JUnit XML logfiles does not contain warnings
Chris@0 40 * Fixed an [issue](https://github.com/sebastianbergmann/php-code-coverage/issues/347) where the warning that no whitelist is used is displayed when it should not
Chris@0 41
Chris@0 42 ## [4.7.2] - 2015-06-06
Chris@0 43
Chris@0 44 New PHAR release due to updated dependencies
Chris@0 45
Chris@0 46 ## [4.7.1] - 2015-06-05
Chris@0 47
Chris@0 48 New PHAR release due to updated dependencies
Chris@0 49
Chris@0 50 ## [4.7.0] - 2015-06-05
Chris@0 51
Chris@0 52 ### Added
Chris@0 53
Chris@0 54 * Merged [#1718](https://github.com/sebastianbergmann/phpunit/issues/1718): Support for `--INI--` section in PHPT tests
Chris@0 55
Chris@0 56 ### Changed
Chris@0 57
Chris@0 58 * Tests not annotated with `@small`, `@medium`, or `@large` are no longer treated as being annotated with `@small`
Chris@0 59 * In verbose mode, the test runner now prints information about the PHP runtime
Chris@0 60 * To be consistent with the printing of PHP runtime information, the configuration file used is only printed in verbose mode
Chris@0 61 * A warning is now printed when code coverage data is collected but no whitelist is configured
Chris@0 62
Chris@0 63 [4.7.7]: https://github.com/sebastianbergmann/phpunit/compare/4.7.6...4.7.7
Chris@0 64 [4.7.6]: https://github.com/sebastianbergmann/phpunit/compare/4.7.5...4.7.6
Chris@0 65 [4.7.5]: https://github.com/sebastianbergmann/phpunit/compare/4.7.4...4.7.5
Chris@0 66 [4.7.4]: https://github.com/sebastianbergmann/phpunit/compare/4.7.3...4.7.4
Chris@0 67 [4.7.3]: https://github.com/sebastianbergmann/phpunit/compare/4.7.2...4.7.3
Chris@0 68 [4.7.2]: https://github.com/sebastianbergmann/phpunit/compare/4.7.1...4.7.2
Chris@0 69 [4.7.1]: https://github.com/sebastianbergmann/phpunit/compare/4.7.0...4.7.1
Chris@0 70 [4.7.0]: https://github.com/sebastianbergmann/phpunit/compare/4.6...4.7.0
Chris@0 71