Skip to content

Releases: ForkNetwork/StrictPHPUnit

Added support for PHPUnit 9.

02 May 20:31
8aa357a

Choose a tag to compare

Add support for PHPUnit 9 (#3)

* Updated unit tests to support both version 8 and 9 of PHPUnit.
 * Refactored GitHub Actions to run the tests in both PHPUnit 8 and 9.

Added support for PHPUnit 8

17 Nov 12:41
6a35e53

Choose a tag to compare

Add support for PHPUnit 8 (#2)

 * Allowed PHPUnit 8 since the interface hasn't been changed.
 * Replaced Travis CI with GitHub Actions.

Flexible traits implementation

20 Mar 09:41
f17d517

Choose a tag to compare

  • Refactored the original abstract class to a more flexible trait solution.
  • Added configuration for which extended classes to sniff and auto fix.

First release of strict unit tests

10 Jan 10:47

Choose a tag to compare

  • Added StrictTestCase that fails when an unexpected method call is made in a test.
  • Added code sniffer functionality.