Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / simpletest / src / Tests / SimpleTestTest.php
index a32c1423692bd3d7eae973aa441a8b23d0238e8e..42759c255ae2d7daaf04b00ce6d4ebf098ac8f77 100644 (file)
@@ -175,7 +175,7 @@ EOD;
         // along by the rethrow.
         assert(FALSE, 'Lorem Ipsum');
       }
-      catch ( \AssertionError $e ) {
+      catch (\AssertionError $e) {
         $this->assertEqual($e->getMessage(), 'Lorem Ipsum', 'Runtime assertions Enabled and running.');
       }
     }