comparison vendor/symfony/phpunit-bridge/CHANGELOG.md @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1 CHANGELOG
2 =========
3
4 3.4.0
5 -----
6
7 * added a `CoverageListener` to enhance the code coverage report
8 * all deprecations but those from tests marked with `@group legacy` are always
9 displayed when not in `weak` mode
10
11 3.3.0
12 -----
13
14 * using the `testLegacy` prefix in method names to mark a test as legacy is
15 deprecated, use the `@group legacy` notation instead
16 * using the `Legacy` prefix in class names to mark a test as legacy is deprecated,
17 use the `@group legacy` notation instead
18
19 3.1.0
20 -----
21
22 * passing a numerically indexed array to the constructor of the `SymfonyTestsListenerTrait`
23 is deprecated, pass an array of namespaces indexed by the mocked feature instead