Эта документация переехала. Пакет заморожен на 2.8.1; актуальная документация — на сайте семейства property-testing. Если переадресация не сработала, откройте страницу миграции.
Skip to content

ExampleViolationException

Rasuvaeff\PropertyTesting\ExampleViolationException

КлассИсходникНаследует: RuntimeException

Текст ниже — на английском, из PHPDoc в исходном коде.

Reported when an explicit example (a fixed input declared via the property's Examples method) fails. Examples run before the random inputs and are not shrunk — they are already the minimal case the developer pinned — so this carries the example's index and arguments verbatim.

Методы

getIndex()

php
getIndex(): int

getArguments()

php
getArguments(): array