Skip to content
Snippets Groups Projects
Verified Commit 3cc93fb8 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 152f9511
No related branches found
No related tags found
3 merge requests!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #293372 passed with warnings
Pipeline: drupal

#293408

    Pipeline: drupal

    #293400

      Pipeline: drupal

      #293389

        +1
        ...@@ -56,7 +56,7 @@ protected function getRawContent() { ...@@ -56,7 +56,7 @@ protected function getRawContent() {
        /** /**
        * Sets the raw content (e.g. HTML). * Sets the raw content (e.g. HTML).
        * *
        * @param string $content * @param string|\Stringable $content
        * The raw content to set. * The raw content to set.
        */ */
        protected function setRawContent($content) { protected function setRawContent($content) {
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment