Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rest / src / Tests / RESTTestBase.php
index 3f97e469014a91b8a235b22316ba55e6d1b5a4fe..66be4b29eaadfb16db0c996c4f657d691f1c9d5f 100644 (file)
@@ -383,7 +383,7 @@ abstract class RESTTestBase extends WebTestBase {
         $resource_config = $this->resourceConfigStorage->create([
           'id' => $resource_config_id,
           'granularity' => RestResourceConfigInterface::METHOD_GRANULARITY,
-          'configuration' => []
+          'configuration' => [],
         ]);
       }
       $configuration = $resource_config->get('configuration');
@@ -562,7 +562,7 @@ abstract class RESTTestBase extends WebTestBase {
    *   The first value to check.
    * @param $message
    *   (optional) A message to display with the assertion. Do not translate
-   *   messages: use \Drupal\Component\Utility\SafeMarkup::format() to embed
+   *   messages: use \Drupal\Component\Render\FormattableMarkup to embed
    *   variables in the message text, not t(). If left blank, a default message
    *   will be displayed.
    * @param $group