Passed
Pull Request — 8.x-2.x (#75)
by Frédéric G.
04:52
created
modules/mongodb_watchdog/tests/src/Functional/ControllerTest.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -502,9 +502,11 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.