CorpusReplayed
Rasuvaeff\PropertyTesting\Event\CorpusReplayed
Class — Package: property-testing-core — Source — Version: v0.1.0-12-g86ead85
Implements: Event\PropertyEvent
A recorded regression entry is about to replay before the random phase.
Constructor
php
__construct(
string $propertyId,
bool $isValues,
array<string,mixed> $arguments,
int $seed,
)| Parameter | Type | Default | Description |
|---|---|---|---|
$propertyId | string | required | |
$isValues | bool | required | |
$arguments | array<string,mixed> | required | The recorded input for a values entry; empty for a seed entry (the seed reproduces the whole phase). |
$seed | int | required |