Ensure that all @dataProvider and #[DataProvider] (multiple) are considered
#268
ci.yml
on: pull_request
Static analysis
49s
Code style
21s
Run static analysis on the tests themselves
17s
Matrix: tests
Annotations
3 errors
|
Static analysis
Process completed with exit code 2.
|
|
NamedArgumentNotAllowed:
src/Hooks/TestCaseHandler.php#L578
src/Hooks/TestCaseHandler.php:578:31: NamedArgumentNotAllowed: Method array_merge called with named unpacked array non-empty-array<array-key, array<int<0, max>, string>> (array with string keys) (see https://psalm.dev/268)
|
|
NamedArgumentNotAllowed:
src/Hooks/TestCaseHandler.php#L569
src/Hooks/TestCaseHandler.php:569:46: NamedArgumentNotAllowed: Method array_merge called with named unpacked array array<array-key, array<array-key, PhpParser\Node\Attribute>> (array with string keys) (see https://psalm.dev/268)
|