- 🇳🇿New Zealand quietone
An assert was added, like in the patch, in #2558079: Assertions in \Drupal\Template\TwigExtension → . Therefor, closing this as outdated.
According to the documentation the first argument of Drupal\Core\Template\TwigExtension->getLink should always be a string. NULL given in 10 failing tests. I haven't checked the tests yet so I don't know if they are checking for failure behavior, or if the documentation is wrong and NULL is a legal argument (at a glance this doesn't look like the case).
(Note - tests will fail since they are PHPUnit tests, which are unaffected by the .htaccess setting).
Closed: outdated
11.0 🔥
Last updated
It deals with the addition of an assert() statement(s) to the code, and/or contains a test patch where one is failing indicating a need to change code or the documentation the statement was based on.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
An assert was added, like in the patch, in #2558079: Assertions in \Drupal\Template\TwigExtension → . Therefor, closing this as outdated.