Skip to content

2.3.0

Compare
Choose a tag to compare
@Firehed Firehed released this 10 Sep 23:04
· 3 commits to v2 since this release

Preparation for PHPUnit 10

This release makes some adjustments to the exported test helper ValidationTestTrait based on upcoming changes to PHPUnit:

  • Removed @covers ::getRequiredInputs annotation from testGetRequiredInputs
  • Removed @covers ::getOptionalInputs annotation from testGetOptionalInputs

This also adds some additional export-ignore entries for files that should not be distributed.

While these changes should not impact any code at runtime, there could be regressions in code coverage reports as a result.
Typically these can be fixed by adding @covers Fully\Qualified\Class to the test case's annotations.