WIP: Create classes for SAML entities + metadata #3084
php.yml
on: pull_request
Annotations
11 errors and 3 warnings
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L27
Class SimpleSAML\SAML2\Entity\ServiceProvider not found.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L30
Property SimpleSAML\Test\SAML2\Entity\ServiceProviderTest::$spMetadata has unknown class SimpleSAML\SAML2\Metadata\ServiceProvider as its type.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L31
Property SimpleSAML\Test\SAML2\Entity\ServiceProviderTest::$idpMetadata has unknown class SimpleSAML\SAML2\Metadata\IdentityProvider as its type.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L40
Instantiated class SimpleSAML\SAML2\Metadata\ServiceProvider not found.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L55
Instantiated class SimpleSAML\SAML2\Metadata\IdentityProvider not found.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L92
Instantiated class SimpleSAML\SAML2\Entity\ServiceProvider not found.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L93
Parameter #1 $entities of class SimpleSAML\Test\SAML2\MockMetadataProvider constructor expects array<SimpleSAML\SAML2\Metadata\AbstractProvider>, array<int, SimpleSAML\SAML2\Metadata\IdentityProvider> given.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L99
Call to method receiveResponse() on an unknown class SimpleSAML\SAML2\Entity\ServiceProvider.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L108
Instantiated class SimpleSAML\SAML2\Entity\ServiceProvider not found.
|
Quality control:
tests/SAML2/Entity/ServiceProviderTest.php#L109
Parameter #1 $entities of class SimpleSAML\Test\SAML2\MockMetadataProvider constructor expects array<SimpleSAML\SAML2\Metadata\AbstractProvider>, array<int, SimpleSAML\SAML2\Metadata\IdentityProvider> given.
|
Quality control
Process completed with exit code 1.
|
Security checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Quality control
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|