Skip to content

Releases: infection/abstract-testframework-adapter

Add an interface to understand whether the output has syntax error

17 Aug 18:50
18925e2
Compare
Choose a tag to compare

Added:

  • Add an interface to understand whether the output has syntax error #6

Stable release with support for PHP 8.0

31 Aug 01:50
c525393
Compare
Choose a tag to compare

Allow installing with PHP 8.0

Add minimum supported version

06 May 22:23
aede0b8
Compare
Choose a tag to compare
Pre-release

Features

  • Add new API to allow require the test framework adapters to declare the minimum supported version (#2)

BC Breaks

  • TestFrameworkAdapter now requires a new checkVersion() to be implemented

Rename CoverageLineData to TestLocation

14 Mar 07:21
f3ec6fc
Compare
Choose a tag to compare

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

16 Jan 21:30
5235ec7
Compare
Choose a tag to compare
0.2.3

Add new methods to TestFrameworkAdapterFactory

Add TestFrameworkAdapterFactory

09 Jan 21:18
8d22c26
Compare
Choose a tag to compare
0.2.2

Add TestFrameworkAdapterFactory

Update namespace for memory usage adapter

02 Jan 02:39
07cd974
Compare
Choose a tag to compare
0.2.1

Add `MemoryUsageAware` interface

Add `MemoryUsageAware` adapter

02 Jan 02:37
4fa1cb3
Compare
Choose a tag to compare
0.2.0

Add `MemoryUsageAware` interface

The first release

26 Dec 19:49
03d76ca
Compare
Choose a tag to compare

This release is needed to be able Infection to use the stable tag instead of dev-master