Skip to content

Commit

Permalink
do not mark test as risky
Browse files Browse the repository at this point in the history
  • Loading branch information
OxCom committed Mar 30, 2018
1 parent f2283fa commit 13ecc41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public function testSkipException()
}

$eventDispatcher->dispatch('kernel.exception', $event);
$this->assertTrue(true); // trick to mark not risky
restore_error_handler();
}
}

0 comments on commit 13ecc41

Please sign in to comment.