- removed
weak_vendormode, usemax[self]=0instead
- added
ClassExistsMock - bumped PHP version from 5.3.3 to 5.5.9
- split simple-phpunit bin into php file with code and a shell script
- Search for
SYMFONY_PHPUNIT_VERSION,SYMFONY_PHPUNIT_REMOVE,SYMFONY_PHPUNIT_DIRenv var inphpunit.xmlthen inphpunit.xml.dist
- support for the
testLegacyprefix in method names to mark a test as legacy has been dropped, use the@group legacynotation instead - support for the
Legacyprefix in class names to mark tests as legacy has been dropped, use the@group legacynotation instead - support for passing an array of mocked namespaces not indexed by the mock
feature to the constructor of the
SymfonyTestsListenerTraitclass was dropped
- added a
CoverageListenerto enhance the code coverage report - all deprecations but those from tests marked with
@group legacyare always displayed when not inweakmode
- 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
- passing a numerically indexed array to the constructor of the
SymfonyTestsListenerTraitis deprecated, pass an array of namespaces indexed by the mocked feature instead