Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * This method is called when a test method did not execute successfully.
- *
- * @param \Exception $e
- */
- protected function onNotSuccessfulTest(\Exception $e)
- {
- if (!$e instanceof \PHPUnit_Framework_AssertionFailedError) {
- Nette\Diagnostics\Debugger::log($e);
- }
- parent::onNotSuccessfulTest($e);
- }
Advertisement
Add Comment
Please, Sign In to add comment