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 4d548dd commit 0a3873b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 16 deletions.
5 changes: 0 additions & 5 deletions src/XML/wst/AbstractRenewingType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@

use DOMElement;
use SimpleSAML\Assert\Assert;
use SimpleSAML\XML\Chunk;
use SimpleSAML\XML\Exception\InvalidDOMElementException;
use SimpleSAML\XML\Exception\SchemaViolationException;
use SimpleSAML\XML\Exception\TooManyElementsException;
use SimpleSAML\XML\SerializableElementInterface;
use SimpleSAML\XML\XsNamespace as NS;

/**
* Class defining the RenewingType element
Expand Down
4 changes: 0 additions & 4 deletions src/XML/wst/AbstractStatusType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@

use DOMElement;
use SimpleSAML\Assert\Assert;
use SimpleSAML\XML\Chunk;
use SimpleSAML\XML\Exception\InvalidDOMElementException;
use SimpleSAML\XML\Exception\MissingElementException;
use SimpleSAML\XML\Exception\SchemaViolationException;
use SimpleSAML\XML\Exception\TooManyElementsException;
use SimpleSAML\XML\SerializableElementInterface;
use SimpleSAML\XML\XsNamespace as NS;

/**
* Class defining the StatusType element
Expand Down
1 change: 0 additions & 1 deletion tests/WSSecurity/XML/wst/CodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace SimpleSAML\Test\WSSecurity\XML\wst;

use PHPUnit\Framework\TestCase;
use SimpleSAML\Test\WSSecurity\Constants as C;
use SimpleSAML\WSSecurity\XML\wst\Code;
use SimpleSAML\WSSecurity\XML\wst\StatusCodeEnum;
use SimpleSAML\XML\DOMDocumentFactory;
Expand Down
1 change: 0 additions & 1 deletion tests/WSSecurity/XML/wst/ComputedKeyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace SimpleSAML\Test\WSSecurity\XML\wst;

use PHPUnit\Framework\TestCase;
use SimpleSAML\Test\WSSecurity\Constants as C;
use SimpleSAML\WSSecurity\XML\wst\ComputedKey;
use SimpleSAML\WSSecurity\XML\wst\ComputedKeyEnum;
use SimpleSAML\XML\DOMDocumentFactory;
Expand Down
1 change: 0 additions & 1 deletion tests/WSSecurity/XML/wst/KeyTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace SimpleSAML\Test\WSSecurity\XML\wst;

use PHPUnit\Framework\TestCase;
use SimpleSAML\Test\WSSecurity\Constants as C;
use SimpleSAML\WSSecurity\XML\wst\KeyType;
use SimpleSAML\WSSecurity\XML\wst\KeyTypeEnum;
use SimpleSAML\XML\DOMDocumentFactory;
Expand Down
1 change: 0 additions & 1 deletion tests/WSSecurity/XML/wst/ReasonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace SimpleSAML\Test\WSSecurity\XML\wst;

use PHPUnit\Framework\TestCase;
use SimpleSAML\Test\WSSecurity\Constants as C;
use SimpleSAML\WSSecurity\XML\wst\Reason;
use SimpleSAML\XML\DOMDocumentFactory;
use SimpleSAML\XML\TestUtils\SerializableElementTestTrait;
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 @@ -8,8 +8,8 @@
use SimpleSAML\SOAP\Constants as SOAP;
use SimpleSAML\Test\WSSecurity\Constants as C;
use SimpleSAML\WSSecurity\XML\wsa\MessageID;
use SimpleSAML\WSSecurity\XML\wst\SignChallengeResponse;
use SimpleSAML\WSSecurity\XML\wst\Challenge;
use SimpleSAML\WSSecurity\XML\wst\SignChallengeResponse;
use SimpleSAML\XML\Attribute as XMLAttribute;
use SimpleSAML\XML\DOMDocumentFactory;
use SimpleSAML\XML\TestUtils\SchemaValidationTestTrait;
Expand Down
2 changes: 1 addition & 1 deletion tests/WSSecurity/XML/wst/SignChallengeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use SimpleSAML\SOAP\Constants as SOAP;
use SimpleSAML\Test\WSSecurity\Constants as C;
use SimpleSAML\WSSecurity\XML\wsa\MessageID;
use SimpleSAML\WSSecurity\XML\wst\SignChallenge;
use SimpleSAML\WSSecurity\XML\wst\Challenge;
use SimpleSAML\WSSecurity\XML\wst\SignChallenge;
use SimpleSAML\XML\Attribute as XMLAttribute;
use SimpleSAML\XML\DOMDocumentFactory;
use SimpleSAML\XML\TestUtils\SchemaValidationTestTrait;
Expand Down
1 change: 0 additions & 1 deletion tests/WSSecurity/XML/wst/StatusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace SimpleSAML\Test\WSSecurity\XML\wst;

use PHPUnit\Framework\TestCase;
use SimpleSAML\Test\WSSecurity\Constants as C;
use SimpleSAML\WSSecurity\XML\wst\Code;
use SimpleSAML\WSSecurity\XML\wst\Reason;
use SimpleSAML\WSSecurity\XML\wst\Status;
Expand Down

0 comments on commit 0a3873b

Please sign in to comment.