We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629c2c0 commit f97ef09Copy full SHA for f97ef09
tests/src/Controller/MetaEditorTest.php
@@ -92,7 +92,6 @@ public function getAttributes(): array
92
$response = $c->main($request);
93
94
$this->assertTrue($response->isSuccessful());
95
- $this->assertInstanceOf(Template::class, $response);
96
}
97
98
@@ -125,7 +124,6 @@ public function getAttributes(): array
125
124
$response = $c->edit($request);
126
127
128
129
130
131
@@ -140,7 +138,6 @@ public function testImport(): void
140
138
$response = $c->import();
141
139
142
143
144
145
146
0 commit comments