ErrLookup › pestphp/pest

pestphp/pest

The elegant testing framework for PHP developers and AI agents. · PHP · 277 source files

Analyzed at 1af74a215c on 2026-08-21. 47 documented errors.

Code / MessageTypeSeverityTags
The test directory [%s] does not exist.
exception critical pest, configuration, bootstrap, filesystem, test-directory
Cached failure
exception error pest, tia, cache, replay, assertion-failure
The test expects [%d] argument(s), but the dataset only prov
exception error pest, dataset, arguments, reflection, test-signature
Expectation value is not iterable.
exception error pest, expectation, each, iterable, type-error
No sequence expectations defined.
exception error pest, expectation, sequence, empty-arguments, validation
Sequence expectations are more than the iterable items.
exception error pest, expectation, sequence, count-mismatch, off-by-one
Unhandled match value.
exception error pest, expectation, match, unhandled-case, switch
Method [%s] does not exist in [%s].
exception error pest, expectation, undefined-method, typo, magic-methods
The [%s] feature requires [%s]. Please install it and try ag
exception error pest, arch, ext-intl, missing-dependency, php-extension, docker
Expecting %s not %s %s.
exception error pest, expectation, assertion-failure, negation, not
Unable to create test case for test file at [%s]. %s
exception critical pest, code-generation, eval, parse-error, testcase-factory
A test in [%s] is missing its description. Please give every
exception error pest, test-description, validation, load-time
A test named [%s] already exists in [%s]. Please give this t
exception error pest, duplicate, test-description, load-time
Test closures may not be static. Please remove the [static]
exception error pest, static-closure, binding, load-time, cs-fixer
The test [%s] in [%s] expects [%d] argument(s) ([%s]), but n
exception error pest, dataset, missing-arguments, load-time, with
The [beforeAll] hook may not be used inside a [describe] blo
exception error pest, hooks, before-all, describe, scope
The [afterAll] hook may not be used inside a [describe] bloc
exception error pest, hooks, after-all, describe, scope
The fixture file [$file] does not exist.
exception error pest, fixture, file-not-found, filesystem, tests-directory
Expectation value length is not countable.
exception error pest, expectation, to-have-length, countable, type-error
Failed asserting that an array has the key [$key]
exception error
The given closure must have a single parameter type-hinted a
exception error
The given closure's parameter must be type-hinted as the cla
exception error
Exception with message [$exception] not thrown.
exception error
Exception [$exception] not thrown.
exception error
The [after] hook may only be chained onto [beforeEach] insid
exception error
A test in [%s] is missing its description. Please give every
exception error
The version must start with [<] or [>].
exception error
The version must start with [<, >, <=, >=] or a number.
exception error
The number of repetitions must be greater than 0.
exception error
The number of tries must be greater than 0.
exception error
No class, trait or method named [%s] has been found.
exception error
The [--process-isolation] option is not supported.
exception error
The [--profile] option is not supported when running in para
exception error
The [--retry] option is not supported when running in parall
exception error
The [--update-shards] option cannot be combined with [--shar
exception error
1
The generated filter for this shard is too long (%d characters). This can cause
exception error
The [Tia mode] feature requires [git]. Please install it and
exception error
The preset name must only contain words from a-z or A-Z.
exception error
The preset [%s] does not exist. The available presets are [%
exception error
The [afterAll] hook is already defined in [%s]. Each test fi
exception error
The [beforeAll] hook is already defined in [%s]. Each test f
exception error
A dataset named [%s] is already registered in [%s]. Please c
exception error
A dataset named [%s] does not exist. You may create one usin
exception error
The class or trait [%s] could not be found. Please check the
exception error
The test case [%s] may not be used here. The folder [%s] is
exception error
Bound datasets are not supported while doing high order test
exception error
The [Filter by dirty files] feature requires [git]. Please i
exception error