Verified Commit 43924c4b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3471949 by mstrelan: Allow passing MarkupInterface to AssertContentTrait::setRawContent

(cherry picked from commit 76617730)
parent bd6acd2f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ protected function getRawContent() {
  /**
   * Sets the raw content (e.g. HTML).
   *
   * @param string $content
   * @param string|\Stringable $content
   *   The raw content to set.
   */
  protected function setRawContent($content) {