respect-validation/phpbench.json.dist
Alexandre Gomes Gaigalas 0090191aaa Introduce tests for serialization of validators
This commit introduces a new feature test: SerializableTest, that
tests several validators for their ability to be serialized and
unserialized.

It also makes it so that the same list of validators can be used
by both simple benchmarks and "smoke tests" of all kinds, including
this serialize/unserialize one.

Additionally, the FilterVar validator was modified. Previously, due
to the use of Callback, it was not serializable, but now it is.
2026-01-19 09:24:38 +00:00

6 lines
No EOL
194 B
Text

{
"$schema": "./vendor/phpbench/phpbench/phpbench.schema.json",
"runner.bootstrap": "tests/bootstrap.php",
"runner.path": "tests/benchmark",
"runner.file_pattern": "*Bench.php"
}