Skip to content

Commit

Permalink
Add wst classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 24, 2024
1 parent 0a3873b commit 06a7d5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/WSSecurity/XML/fed/ClientPseudonymTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Tests for fed:ClientPseudonym.
*
* @covers \SimpleSAML\WSSecurity\XML\fed\ClientPseudonym
* @covers \SimpleSAML\WSSecurity\XML\fed\AbstractClientPseudonym
* @covers \SimpleSAML\WSSecurity\XML\fed\AbstractClientPseudonymType
* @covers \SimpleSAML\WSSecurity\XML\fed\AbstractFedElement
*
* @package tvdijen/ws-security
Expand Down
4 changes: 2 additions & 2 deletions tests/WSSecurity/XML/fed/ReferenceEPRTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* Tests for fed:ReferenceEPR.
*
* @covers \SimpleSAML\WSSecurity\XML\fed\ReferenceEPR
* @covers \SimpleSAML\WSSecurity\XML\fed\AbstractEndpointReferenceType
* @covers \SimpleSAML\WSSecurity\XML\fed\AbstractWsaElement
* @covers \SimpleSAML\WSSecurity\XML\wsa\AbstractEndpointReferenceType
* @covers \SimpleSAML\WSSecurity\XML\wsa\AbstractWsaElement
*
* @package tvdijen/ws-security
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/WSSecurity/XML/wst/PrimaryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Class \SimpleSAML\WSSecurity\XML\wst\PrimaryTest
*
* @covers \SimpleSAML\WSSecurity\XML\wst\Primary
* @covers \SimpleSAML\WSSecurity\XML\wst\AbstractPrimaryType
* @covers \SimpleSAML\WSSecurity\XML\wst\AbstractParticipantType
* @covers \SimpleSAML\WSSecurity\XML\wst\AbstractWstElement
*
* @package tvdijen/ws-security
Expand Down
2 changes: 1 addition & 1 deletion tests/WSSecurity/XML/wst/SignChallengeResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Class \SimpleSAML\WSSecurity\XML\wst\SignChallengeResponseTest
*
* @covers \SimpleSAML\WSSecurity\XML\wst\SignChallengeResponse
* @covers \SimpleSAML\WSSecurity\XML\wst\AbstractSignChallengeResponseType
* @covers \SimpleSAML\WSSecurity\XML\wst\AbstractSignChallengeType
* @covers \SimpleSAML\WSSecurity\XML\wst\AbstractWstElement
*
* @package tvdijen/ws-security
Expand Down

0 comments on commit 06a7d5e

Please sign in to comment.