Skip to content
Snippets Groups Projects
Commit ece32500 authored by project update bot's avatar project update bot Committed by Daniel Cothran
Browse files

Issue #3434989 by Project Update Bot, andileco: Automated Drupal 11...

Issue #3434989 by Project Update Bot, andileco: Automated Drupal 11 compatibility fixes for tid_to_name
parent 7b2989c4
No related branches found
No related tags found
1 merge request!5Automated Project Update Bot fixes
Pipeline #204959 passed with warnings
......@@ -119,7 +119,7 @@ class TidToNameTwigExtensionTest extends TestCase {
* @return array
* An array of test parameters.
*/
public function termNameProvider(): array {
public static function termNameProvider(): array {
return [
// Term ID, Expected Name, Term Exists, Term Name, Language Code.
[123, 'Sample Term Name', TRUE, 'Sample Term Name', 'en'],
......
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