annotate vendor/symfony/phpunit-bridge/CHANGELOG.md @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
rev   line source
Chris@0 1 CHANGELOG
Chris@0 2 =========
Chris@0 3
Chris@0 4 3.4.0
Chris@0 5 -----
Chris@0 6
Chris@0 7 * added a `CoverageListener` to enhance the code coverage report
Chris@0 8 * all deprecations but those from tests marked with `@group legacy` are always
Chris@0 9 displayed when not in `weak` mode
Chris@0 10
Chris@0 11 3.3.0
Chris@0 12 -----
Chris@0 13
Chris@0 14 * using the `testLegacy` prefix in method names to mark a test as legacy is
Chris@0 15 deprecated, use the `@group legacy` notation instead
Chris@0 16 * using the `Legacy` prefix in class names to mark a test as legacy is deprecated,
Chris@0 17 use the `@group legacy` notation instead
Chris@0 18
Chris@0 19 3.1.0
Chris@0 20 -----
Chris@0 21
Chris@0 22 * passing a numerically indexed array to the constructor of the `SymfonyTestsListenerTrait`
Chris@0 23 is deprecated, pass an array of namespaces indexed by the mocked feature instead