Skip to content

ExampleStarted ​

Rasuvaeff\PropertyTesting\Event\ExampleStarted

Class — Package: property-testing-core — Source — Version: v1.0.0-1-g88fdee2

Implements: Event\PropertyEvent

An explicit example is about to execute, before the random phase.

Constructor ​

php
__construct(
    string $propertyId,
    int $index,
    list $arguments,
)
ParameterTypeDefaultDescription
$propertyIdstringrequired
$indexintrequired
$argumentslistrequiredPositional, as the examples method yielded them.