File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public function testCanConstructWithEmptyArray(): void
2121
2222 $ exception = new UnintentionallyCoveredCodeException ($ unintentionallyCoveredUnits );
2323
24- $ this ->assertInstanceOf (RuntimeException::class, $ exception );
2524 $ this ->assertSame ($ unintentionallyCoveredUnits , $ exception ->getUnintentionallyCoveredUnits ());
2625 $ this ->assertSame ('' , $ exception ->getMessage ());
2726 }
@@ -36,7 +35,6 @@ public function testCanConstructWithNonEmptyArray(): void
3635
3736 $ exception = new UnintentionallyCoveredCodeException ($ unintentionallyCoveredUnits );
3837
39- $ this ->assertInstanceOf (RuntimeException::class, $ exception );
4038 $ this ->assertSame ($ unintentionallyCoveredUnits , $ exception ->getUnintentionallyCoveredUnits ());
4139
4240 $ expected = <<<TXT
You can’t perform that action at this time.
0 commit comments