Skip to content

Releases: ancarda/high-test-coverage

1.1.3 - Add return type to JsonBomb (FIXED)

26 Feb 11:36
1.1.3
45f3aef
Compare
Choose a tag to compare

This release fixes an E_DEPRECATED that can show when using High Test Coverage with Symfony.

This release replaces 1.1.1 (which will not work on PHP 7.x) and 1.1.2 (which will not work on PHP 8.x)

See: e308057 (7.x)
See: 45f3aef (8.x)

Fixes: https://todo.sr.ht/~ancarda/high-test-coverage/2

1.1 - DateTimeImmutable, RandomBytes

30 Mar 19:17
1.1
ec4bd3e
Compare
Choose a tag to compare

This release introduces two new classes:

RandomBytes has the same implementations as RandomInt; Callback, Failure, Fixed, OneShot, Real, and Succession.

DateTimeImmutable has Fixed, Real, and Succession.

1.0 - Initial Release

27 Mar 13:09
1.0
532d1c0
Compare
Choose a tag to compare

This is the initial release of High Test Coverage, introducing just two classes:

  • RandomInt - Wrapper for the PHP stdlib function random_int.
  • JsonBomb - A class that will cause json_encode to fail.