feat(api tester): handle new baseline for response schema validation #432
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.
|