Releases: Innmind/BlackBox
Releases · Innmind/BlackBox
5.10.0
5.9.0
5.8.0
5.7.0
Added
Innmind\BlackBox\PHPUnit\Framework\TestCase::assert()
Innmind\BlackBox\Set\Tuple
Fixed
$assert->same()
message not being usedInnmind\BlackBox\Set\Sequence
shrinking process now correctly shrinks all values that do not affect the testInnmind\BlackBox\Set\Composite
shrinking process now correctly shrinks all values that do not affect the test
5.6.3
5.6.2
5.6.1
Changed
- When disabling memory limit it now longer tries to reset the memory limit to the previous value. (It seems PHP prevents setting the limit lower to the peak memory usage)
Innmind\BlackBox\Set\Call
regenarate the value each time a scenario is run
Fixed
- Clear the memory before printing a failing scenarion to make sure no values bleed between scenarii.
5.6.0
5.5.4
5.5.3
Fixed
- Uncaught exceptions in properties no longer crash the process
Deprecated
Innmind\BlackBox\PHPUnit\Framework\TestCase::expectException()
Innmind\BlackBox\PHPUnit\Framework\TestCase::expectExceptionCode()
Innmind\BlackBox\PHPUnit\Framework\TestCase::expectExceptionMessage()