Releases: infection/abstract-testframework-adapter
Releases · infection/abstract-testframework-adapter
Add an interface to understand whether the output has syntax error
Added:
- Add an interface to understand whether the output has syntax error #6
Stable release with support for PHP 8.0
Allow installing with PHP 8.0
Add minimum supported version
Features
- Add new API to allow require the test framework adapters to declare the minimum supported version (#2)
BC Breaks
TestFrameworkAdapter
now requires a newcheckVersion()
to be implemented
Rename CoverageLineData to TestLocation
BC breaks
- Rename CoverageLineData to TestLocation (#1)
- Rename CoverageLineData::withMethod() to TestLocation::forMethod() (#1)
- Remove CoverageLineData::with() in favour of TestLocation::__construct() (#1)
- Make the properties of CoverageLineData private and provide public accessors instead (#1)
- Remove TestFrameworkAdapter::JUNIT_FILE_NAME (#1)
Add new methods to test framework factory
0.2.3 Add new methods to TestFrameworkAdapterFactory
Add TestFrameworkAdapterFactory
0.2.2 Add TestFrameworkAdapterFactory
Update namespace for memory usage adapter
0.2.1 Add `MemoryUsageAware` interface
Add `MemoryUsageAware` adapter
0.2.0 Add `MemoryUsageAware` interface
The first release
This release is needed to be able Infection to use the stable tag instead of dev-master