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