Skip to content

Commit e6dfe18

Browse files
authored
Remove test that doesn't really test anything
1 parent 95f9d3b commit e6dfe18

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tests/lib/SimpleSAML/XML/Shib13/AuthnResponseTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ protected function setUp()
6565
}
6666

6767

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-
8068
/**
8169
* @covers \SimpleSAML\XML\Shib13\AuthnResponse::doXPathQuery
8270
* @covers \SimpleSAML\XML\Shib13\AuthnResponse::getIssuer

0 commit comments

Comments
 (0)