Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Access / AccessManagerTest.php
index 231f80906e989ae03107d948a9c51815e90a77ea..f6214d6f30a344de6911cf65ea6e2d086dd6231b 100644 (file)
@@ -567,6 +567,7 @@ class AccessManagerTest extends UnitTestCase {
  * Defines an interface with a defined access() method for mocking.
  */
 interface TestAccessCheckInterface extends AccessCheckInterface {
+
   public function access();
 
 }