We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f9d3b commit e6dfe18Copy full SHA for e6dfe18
1 file changed
tests/lib/SimpleSAML/XML/Shib13/AuthnResponseTest.php
@@ -65,18 +65,6 @@ protected function setUp()
65
}
66
67
68
- /**
69
- * @covers \SimpleSAML\XML\Shib13\AuthnResponse::setXML
70
- * @test
71
- * @return void
72
- */
73
- public function setXML()
74
- {
75
- $this->xml = new AuthnResponse();
76
- $this->xml->setXML(static::XMLDOC);
77
- }
78
-
79
80
/**
81
* @covers \SimpleSAML\XML\Shib13\AuthnResponse::doXPathQuery
82
* @covers \SimpleSAML\XML\Shib13\AuthnResponse::getIssuer
0 commit comments