From 5f64d7218f4078492ca59da94747d7474a2a52c4 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 20 Sep 2024 10:16:53 +0200 Subject: [PATCH] fix merge --- Tests/ResourceBundleTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ResourceBundleTestCase.php b/Tests/ResourceBundleTestCase.php index 8c79a9f4..fe8f1c94 100644 --- a/Tests/ResourceBundleTestCase.php +++ b/Tests/ResourceBundleTestCase.php @@ -779,7 +779,7 @@ public static function provideRootLocales() { return array_map( fn ($locale) => [$locale], - $this->getRootLocales() + static::getRootLocales() ); }