@@ -502,9 +502,11 @@ |
||
502 | 502 | $this->drupalLogin($account); |
503 | 503 | try { |
504 | 504 | $this->verifyReports($statusCode); |
505 | - } catch (ResponseTextException $e) { |
|
505 | + } |
|
506 | + catch (ResponseTextException $e) { |
|
506 | 507 | $this->fail(sprintf("response text exception: %s", $e)); |
507 | - } catch (ExpectationException $e) { |
|
508 | + } |
|
509 | + catch (ExpectationException $e) { |
|
508 | 510 | $this->fail(sprintf("expectation exception: %s", $e)); |
509 | 511 | } |
510 | 512 | } |