Skip to content
Snippets Groups Projects

Issue #3130107: Extend unit test coverage for LanguageNegotiationContentEntity

Open Stefanos Petrakis requested to merge issue/drupal-3130107:3130107-add-unit-test into 10.1.x
3 files
+ 16
5
Compare changes
  • Side-by-side
  • Inline
Files
3
  • bfc4c87d
    Issue #3317651 by mondrake, longwave, alexpott: Fix DataReferenceBase PHPStan L0 issues · bfc4c87d
    Alex Pott authored
@@ -54,6 +54,9 @@ public function setValue($value, $notify = TRUE) {
* {@inheritdoc}
*/
public function getString() {
if (!method_exists($this, 'getType')) {
throw new \BadMethodCallException(get_class($this) . '::getType() not implemented');
}
return (string) $this->getType() . ':' . $this->getTargetIdentifier();
}
Loading