683 B
683 B
CHANGELOG
3.4.0
- added a
CoverageListenerto enhance the code coverage report - all deprecations but those from tests marked with
@group legacyare always displayed when not inweakmode
3.3.0
- using the
testLegacyprefix in method names to mark a test as legacy is deprecated, use the@group legacynotation instead - using the
Legacyprefix in class names to mark a test as legacy is deprecated, use the@group legacynotation instead
3.1.0
- passing a numerically indexed array to the constructor of the
SymfonyTestsListenerTraitis deprecated, pass an array of namespaces indexed by the mocked feature instead