Skip to content
Snippets Groups Projects
Unverified Commit e6dfe18e authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Remove test that doesn't really test anything

parent 95f9d3b8
No related branches found
No related tags found
No related merge requests found
...@@ -65,18 +65,6 @@ XML; ...@@ -65,18 +65,6 @@ XML;
} }
/**
* @covers \SimpleSAML\XML\Shib13\AuthnResponse::setXML
* @test
* @return void
*/
public function setXML()
{
$this->xml = new AuthnResponse();
$this->xml->setXML(static::XMLDOC);
}
/** /**
* @covers \SimpleSAML\XML\Shib13\AuthnResponse::doXPathQuery * @covers \SimpleSAML\XML\Shib13\AuthnResponse::doXPathQuery
* @covers \SimpleSAML\XML\Shib13\AuthnResponse::getIssuer * @covers \SimpleSAML\XML\Shib13\AuthnResponse::getIssuer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment