These docs have moved. The package is frozen at 2.8.1; the current documentation lives on the family site, property-testing. If the redirect did not fire, open the migration guide.
Skip to content

PropertyViolationException

Rasuvaeff\PropertyTesting\PropertyViolationException

ClassSourceExtends: RuntimeException

Reported when a property is falsified.

Carries the CounterExample so reporters (and tests of this package) can inspect the seed and the shrunk arguments. Its message renders a human-readable summary.

Methods

getCounterExample()

php
getCounterExample(): CounterExample