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