Added
- #3795: Bootstrap scripts specific to test suites
- #6268:
#[IgnorePHPUnitWarnings]
attribute for ignoring PHPUnit warnings #[TestDoxFormatter]
and#[TestDoxFormatterExternal]
attributes for configuring a custom TestDox formatter for tests that use data from data providersTestRunner\ChildProcessErrored
eventConfiguration::includeTestSuites()
andConfiguration::excludeTestSuites()
Changed
- #6237: Do not run tests when code coverage analysis is requested but code coverage data cannot be collected
- #6272: Use
@<data-set-name>
format (compatible with--filter
CLI option) in defect messages - #6273: Warn when
#[DataProvider*]
attributes are mixed with#[TestWith*]
attributes
Deprecated
- #6229:
Configuration::includeTestSuite()
, useConfiguration::includeTestSuites()
instead - #6229:
Configuration::excludeTestSuite()
, useConfiguration::excludeTestSuites()
instead - #6246: Using
#[CoversNothing]
on a test method