Mercurial > hg > isophonics-drupal-site
annotate vendor/symfony/phpunit-bridge/CHANGELOG.md @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@12 | 1 CHANGELOG |
Chris@12 | 2 ========= |
Chris@12 | 3 |
Chris@14 | 4 3.4.0 |
Chris@14 | 5 ----- |
Chris@14 | 6 |
Chris@14 | 7 * added a `CoverageListener` to enhance the code coverage report |
Chris@14 | 8 * all deprecations but those from tests marked with `@group legacy` are always |
Chris@14 | 9 displayed when not in `weak` mode |
Chris@14 | 10 |
Chris@14 | 11 3.3.0 |
Chris@14 | 12 ----- |
Chris@14 | 13 |
Chris@14 | 14 * using the `testLegacy` prefix in method names to mark a test as legacy is |
Chris@14 | 15 deprecated, use the `@group legacy` notation instead |
Chris@14 | 16 * using the `Legacy` prefix in class names to mark a test as legacy is deprecated, |
Chris@14 | 17 use the `@group legacy` notation instead |
Chris@14 | 18 |
Chris@12 | 19 3.1.0 |
Chris@12 | 20 ----- |
Chris@12 | 21 |
Chris@12 | 22 * passing a numerically indexed array to the constructor of the `SymfonyTestsListenerTrait` |
Chris@12 | 23 is deprecated, pass an array of namespaces indexed by the mocked feature instead |