Skip to content

feat(api tester): handle new baseline for response schema validation #432

feat(api tester): handle new baseline for response schema validation

feat(api tester): handle new baseline for response schema validation #432

Triggered via pull request August 18, 2025 09:54
Status Failure
Total duration 46s
Artifacts

analysis.yaml

on: pull_request
Matrix: code-validation
Fit to window
Zoom out
Zoom in

Annotations

9 errors
PHPUnit
Code coverage has been degraded
Ecs
Process completed with exit code 2.
PHPStan
Process completed with exit code 1.
PHPStan: src/Preparator/TestCasesPreparator.php#L139
Method APITester\Preparator\TestCasesPreparator::setSchemaValidationBaseline() has parameter $schemaValidationBaseline with no value type specified in iterable type array.
PHPStan: src/Preparator/TestCasesPreparator.php#L92
Calling in_array() is forbidden, set the third parameter $strict to `true` to also check the types to prevent type juggling bugs
PHPStan: src/Preparator/TestCasesPreparator.php#L92
Call to function in_array() requires parameter #3 to be set.
PHPStan: src/Preparator/TestCasesPreparator.php#L33
Property APITester\Preparator\TestCasesPreparator::$schemaValidationBaseline type has no value type specified in iterable type array.
PHPStan: src/Config/Filters.php#L80
Cannot access offset 'exclude' on mixed.
PHPStan: src/Config/Filters.php#L72
Method APITester\Config\Filters::getSchemaValidationBaseline() return type has no value type specified in iterable type array.