Skip to content

Migrate to xsd-types #3166

Migrate to xsd-types

Migrate to xsd-types #3166

Triggered via pull request April 28, 2025 20:49
Status Failure
Total duration 1m 39s
Artifacts

php.yml

on: pull_request
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

10 errors
Quality control: tests/bin/authnrequest.php#L38
Parameter $id of class SimpleSAML\SAML2\XML\samlp\AuthnRequest constructor expects SimpleSAML\XML\Type\IDValue, string given.
Quality control: tests/bin/authnrequest.php#L36
Parameter $issueInstant of class SimpleSAML\SAML2\XML\samlp\AuthnRequest constructor expects SimpleSAML\SAML2\Type\SAMLDateTimeValue, DateTimeImmutable given.
Quality control: tests/bin/authnrequest.php#L31
Parameter #1 $value of class SimpleSAML\SAML2\XML\saml\Issuer constructor expects SimpleSAML\SAML2\Type\SAMLStringValue, string given.
Quality control: tests/bin/authnrequest.php#L28
Parameter #1 $value of class SimpleSAML\SAML2\XML\saml\NameID constructor expects SimpleSAML\SAML2\Type\SAMLStringValue, string given.
Quality control: tests/SAML2/XML/mdui/KeywordsTest.php#L76
Parameter #1 $keywords of static method SimpleSAML\SAML2\Type\ListOfStringsValue::fromArray() expects array<SimpleSAML\SAML2\Type\SAMLStringValue>, array<int, string> given.
Quality control: tests/SAML2/XML/md/ServiceNameTest.php#L60
Class SimpleSAML\SAML2\Type\SAMLStringValue referenced with incorrect case: SimplesAML\SAML2\Type\SAMLStringValue.
Quality control: tests/SAML2/XML/md/ServiceNameTest.php#L10
Class SimpleSAML\SAML2\Type\SAMLStringValue referenced with incorrect case: SimplesAML\SAML2\Type\SAMLStringValue.
Quality control: tests/SAML2/XML/md/RoleDescriptorTest.php#L270
Parameter #4 $attrValue of class SimpleSAML\XML\Attribute constructor expects SimpleSAML\XML\Type\ValueTypeInterface, string given.
Quality control: tests/SAML2/CustomRoleDescriptor.php#L154
Parameter #1 $chunk of class SimpleSAML\Test\SAML2\CustomRoleDescriptor constructor expects array<SimpleSAML\XML\Chunk>, array<int, SimpleSAML\XML\SerializableElementInterface> given.
Quality control: tests/InterOperability/EntityDescriptorTest.php#L31
Dead catch - SimpleSAML\Assert\AssertionFailedException is never thrown in the try block.