Releases: ancarda/high-test-coverage
Releases · ancarda/high-test-coverage
1.1.3 - Add return type to JsonBomb (FIXED)
1.1 - DateTimeImmutable, RandomBytes
This release introduces two new classes:
- DateTimeImmutable - Factory for
DateTimeImmutable
. - RandomBytes - Wrapper for
random_bytes
.
RandomBytes has the same implementations as RandomInt; Callback, Failure, Fixed, OneShot, Real, and Succession.
DateTimeImmutable has Fixed, Real, and Succession.
1.0 - Initial Release
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.