We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf58002 commit ff23d06Copy full SHA for ff23d06
src/Logging/JUnit/JunitXmlLogger.php
@@ -184,17 +184,11 @@ public function testPreparationStarted(PreparationStarted $event): void
184
$this->createTestCase($event);
185
}
186
187
- /**
188
- * @throws InvalidArgumentException
189
- */
190
public function testPreparationFailed(): void
191
{
192
$this->preparationFailed = true;
193
194
195
196
197
198
public function testPrepared(): void
199
200
$this->prepared = true;
0 commit comments