Chris@0: CHANGELOG Chris@0: ========= Chris@0: Chris@0: 3.4.0 Chris@0: ----- Chris@0: Chris@0: * added a `CoverageListener` to enhance the code coverage report Chris@0: * all deprecations but those from tests marked with `@group legacy` are always Chris@0: displayed when not in `weak` mode Chris@0: Chris@0: 3.3.0 Chris@0: ----- Chris@0: Chris@0: * using the `testLegacy` prefix in method names to mark a test as legacy is Chris@0: deprecated, use the `@group legacy` notation instead Chris@0: * using the `Legacy` prefix in class names to mark a test as legacy is deprecated, Chris@0: use the `@group legacy` notation instead Chris@0: Chris@0: 3.1.0 Chris@0: ----- Chris@0: Chris@0: * passing a numerically indexed array to the constructor of the `SymfonyTestsListenerTrait` Chris@0: is deprecated, pass an array of namespaces indexed by the mocked feature instead