Skip to content

Commit 354114a

Browse files
committed
Cleanup unit tests
1 parent 7da4675 commit 354114a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/src/SAML11/XML/saml/StatementTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public function testMarshalling(): void
104104
public function testUnmarshalling(): void
105105
{
106106
$statement = CustomStatement::fromXML(self::$xmlRepresentation->documentElement);
107-
$this->assertInstanceOf(CustomStatement::class, $statement);
108107

109108
$this->assertEquals('ssp:CustomStatementType', $statement->getXsiType());
110109
$audience = $statement->getAudience();

tests/src/SAML11/XML/saml/SubjectStatementTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ public function testMarshalling(): void
189189
public function testUnmarshalling(): void
190190
{
191191
$subjectStatement = CustomSubjectStatement::fromXML(self::$xmlRepresentation->documentElement);
192-
$this->assertInstanceOf(CustomSubjectStatement::class, $subjectStatement);
193192

194193
$this->assertEquals('ssp:CustomSubjectStatementType', $subjectStatement->getXsiType());
195194
$audience = $subjectStatement->getAudience();

0 commit comments

Comments
 (0)