Today I noticed that drupal reporter is not outputing exceptions that was because function that is called when there is an exception was not overridden correctly.
For outputing exception paintError is used should be used and not paintException.
My patch fixes this but some testing is needed.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_reporter.patch.txt | 958 bytes | Rok Žlender |
Comments
Comment #1
Thomas Ilsche commentedIt is necesary to call parent::paintException out of paintException, otherwise the reporter does not count the numbers corretly. Otherwise works correctly.
Comment #2
Thomas Ilsche commentedi commited this some time ago, thanks rok
Comment #3
Thomas Ilsche commentedComment #4
(not verified) commented