Skip to content
Snippets Groups Projects
Commit daa9ce98 authored by Joseph Olstad's avatar Joseph Olstad
Browse files

Issue #3455186 by joseph.olstad - Refactor of 88f1e040 for tests for D11...

Issue #3455186 by joseph.olstad - Refactor of 88f1e040 for tests for D11 phpunit 10+ compatibility refactoring test.
parent 548fda43
No related branches found
No related tags found
No related merge requests found
Pipeline #333542 failed
......@@ -350,7 +350,7 @@ class MockTerm implements TermInterface, IteratorAggregate {
return 'plain_text';
}
public function setFormat(string $format) {}
public function setFormat($format) {}
public function getName() {
return $this->label;
......@@ -388,11 +388,11 @@ class MockTerm implements TermInterface, IteratorAggregate {
return [];
}
public function getFields(bool $include_computed = true) {
public function getFields($include_computed = true) {
return [];
}
public function getTranslatableFields(bool $include_computed = true): array {
public function getTranslatableFields($include_computed = true) {
return [];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment