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 ea38ec7 commit 76b3a2bCopy full SHA for 76b3a2b
test/Exercise/ThrowAnExpressionTest.php
@@ -29,7 +29,7 @@ public function testThrowingWrongException(): void
29
$this->assertVerifyWasNotSuccessful();
30
31
$output = $this->getOutputResult();
32
-
+
33
self::assertInstanceOf(Success::class, $output->getResults()[0]);
34
self::assertInstanceOf(GenericFailure::class, $output->getResults()[1]);
35
0 commit comments