Skip to content
Snippets Groups Projects
Commit 4d2c586b authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by Tim van Dijen
Browse files

phpmd

parent 9a2233e5
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ use SimpleSAML\Session; ...@@ -16,7 +16,6 @@ use SimpleSAML\Session;
*/ */
class Auth class Auth
{ {
/** /**
* Retrieve an admin logout URL. * Retrieve an admin logout URL.
* *
......
...@@ -56,7 +56,7 @@ class LoginTest extends ClearStateTestCase ...@@ -56,7 +56,7 @@ class LoginTest extends ClearStateTestCase
{ {
$c = new Controller\Login($this->config); $c = new Controller\Login($this->config);
/** @var \SimpleSAML\XHTML\Template $response */ /** @var \SimpleSAML\XHTML\Template $response */
$response = $c->welcome(); $response = $c->welcome();
$this->assertInstanceOf(Template::class, $response); $this->assertInstanceOf(Template::class, $response);
$this->assertEquals('core:welcome.twig', $response->getTemplateName()); $this->assertEquals('core:welcome.twig', $response->getTemplateName());
} }
......
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