Skip to content

Raise coverage

Raise coverage #310

Triggered via push January 25, 2024 20:43
Status Failure
Total duration 2m 58s
Artifacts

php.yml

on: push
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
0s
Code coverage
Cleanup artifacts
0s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
UndefinedClass: tests/WSSecurity/XML/fed/RelativeToTest.php#L76
tests/WSSecurity/XML/fed/RelativeToTest.php:76:18: UndefinedClass: Class, interface or enum named SimpleSAML\Test\WSSecurity\XML\fed\C does not exist (see https://psalm.dev/019)
TooFewArguments: tests/WSSecurity/XML/fed/RelativeToTest.php#L77
tests/WSSecurity/XML/fed/RelativeToTest.php:77:23: TooFewArguments: Too few arguments for SimpleSAML\WSSecurity\XML\fed\RelativeTo::__construct - expecting children to be passed (see https://psalm.dev/025)
UndefinedVariable: tests/WSSecurity/XML/fed/RelativeToTest.php#L80
tests/WSSecurity/XML/fed/RelativeToTest.php:80:20: UndefinedVariable: Cannot find referenced variable $relateTo (see https://psalm.dev/024)
UndefinedClass: tests/WSSecurity/XML/wst/ParticipantsTest.php#L76
tests/WSSecurity/XML/wst/ParticipantsTest.php:76:18: UndefinedClass: Class, interface or enum named SimpleSAML\Test\WSSecurity\XML\wst\C does not exist (see https://psalm.dev/019)
Quality control
Process completed with exit code 2.
ArgumentTypeCoercion: src/XML/auth/AbstractClaimType.php#L207
src/XML/auth/AbstractClaimType.php:207:13: ArgumentTypeCoercion: Argument 7 of SimpleSAML\WSSecurity\XML\auth\AbstractClaimType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/XML/auth/AbstractDescriptionType.php#L55
src/XML/auth/AbstractDescriptionType.php:55:46: ArgumentTypeCoercion: Argument 2 of SimpleSAML\WSSecurity\XML\auth\AbstractDescriptionType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/XML/auth/AbstractDisplayNameType.php#L55
src/XML/auth/AbstractDisplayNameType.php:55:46: ArgumentTypeCoercion: Argument 2 of SimpleSAML\WSSecurity\XML\auth\AbstractDisplayNameType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/XML/auth/AbstractDisplayValueType.php#L55
src/XML/auth/AbstractDisplayValueType.php:55:46: ArgumentTypeCoercion: Argument 2 of SimpleSAML\WSSecurity\XML\auth\AbstractDisplayValueType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
PossiblyNullArgument: src/XML/auth/AbstractEncryptedValueType.php#L94
src/XML/auth/AbstractEncryptedValueType.php:94:50: PossiblyNullArgument: Argument 2 of DOMElement::setAttribute cannot be null, possibly null value provided (see https://psalm.dev/078)
UnsafeInstantiation: src/XML/auth/AbstractValueInRangeType.php#L50
src/XML/auth/AbstractValueInRangeType.php:50:16: UnsafeInstantiation: Cannot safely instantiate class SimpleSAML\WSSecurity\XML\auth\AbstractValueInRangeType with "new static" as its constructor might change in child classes (see https://psalm.dev/229)
PossiblyNullArgument: src/XML/fed/AbstractClaimDialectType.php#L105
src/XML/fed/AbstractClaimDialectType.php:105:37: PossiblyNullArgument: Argument 2 of DOMElement::setAttribute cannot be null, possibly null value provided (see https://psalm.dev/078)
RiskyTruthyFalsyComparison: src/XML/fed/AbstractFederationType.php#L68
src/XML/fed/AbstractFederationType.php:68:16: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
ArgumentTypeCoercion: src/XML/fed/AbstractFederationType.php#L100
src/XML/fed/AbstractFederationType.php:100:13: ArgumentTypeCoercion: Argument 3 of SimpleSAML\WSSecurity\XML\fed\AbstractFederationType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
PossiblyNullArgument: src/XML/fed/AbstractFederationType.php#L116
src/XML/fed/AbstractFederationType.php:116:46: PossiblyNullArgument: Argument 2 of DOMElement::setAttribute cannot be null, possibly null value provided (see https://psalm.dev/078)
ArgumentTypeCoercion: tests/WSSecurity/XML/auth/ConstrainedValueTest.php#L76
tests/WSSecurity/XML/auth/ConstrainedValueTest.php:76:50: ArgumentTypeCoercion: Argument 1 of SimpleSAML\WSSecurity\XML\auth\ConstrainedValue::__construct expects SimpleSAML\WSSecurity\XML\auth\ValueGreaterThan|SimpleSAML\WSSecurity\XML\auth\ValueGreaterThanOrEqual|SimpleSAML\WSSecurity\XML\auth\ValueInRangen|SimpleSAML\WSSecurity\XML\auth\ValueLessThan|SimpleSAML\WSSecurity\XML\auth\ValueLessThanOrEqual|SimpleSAML\WSSecurity\XML\auth\ValueOneOf, but parent type object provided (see https://psalm.dev/193)