Skip to content

Commit a5fd8df

Browse files
committed
Remove unnecessary assertions
1 parent 629c2c0 commit a5fd8df

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/src/Controller/MetaEditorTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use SimpleSAML\Error;
1212
use SimpleSAML\Module\metaedit\Controller;
1313
use SimpleSAML\Session;
14-
use SimpleSAML\XHTML\Template;
1514
use Symfony\Component\HttpFoundation\Request;
1615

1716
/**
@@ -92,7 +91,6 @@ public function getAttributes(): array
9291
$response = $c->main($request);
9392

9493
$this->assertTrue($response->isSuccessful());
95-
$this->assertInstanceOf(Template::class, $response);
9694
}
9795

9896

@@ -125,7 +123,6 @@ public function getAttributes(): array
125123
$response = $c->edit($request);
126124

127125
$this->assertTrue($response->isSuccessful());
128-
$this->assertInstanceOf(Template::class, $response);
129126
}
130127

131128

@@ -140,7 +137,6 @@ public function testImport(): void
140137
$response = $c->import();
141138

142139
$this->assertTrue($response->isSuccessful());
143-
$this->assertInstanceOf(Template::class, $response);
144140
}
145141

146142

0 commit comments

Comments
 (0)