ShrinkAccepted
Rasuvaeff\PropertyTesting\Event\ShrinkAccepted
Class — Package: property-testing-core — Source — Version: v0.1.0-12-g86ead85
Implements: Event\PropertyEvent
A shrink candidate still failed and became the new current counterexample.
Constructor
php
__construct(
string $propertyId,
int $step,
string $parameter,
mixed $before,
mixed $after,
)| Parameter | Type | Default | Description |
|---|---|---|---|
$propertyId | string | required | |
$step | int | required | |
$parameter | string | required | |
$before | mixed | required | |
$after | mixed | required |