aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/ServicesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/ServicesTest.php')
-rw-r--r--apps/theming/tests/ServicesTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/theming/tests/ServicesTest.php b/apps/theming/tests/ServicesTest.php
index c9b9a44be0b..3971c9b6698 100644
--- a/apps/theming/tests/ServicesTest.php
+++ b/apps/theming/tests/ServicesTest.php
@@ -60,9 +60,7 @@ class ServicesTest extends TestCase {
];
}
- /**
- * @dataProvider queryData
- */
+ #[\PHPUnit\Framework\Attributes\DataProvider('queryData')]
public function testContainerQuery(string $service, ?string $expected = null): void {
if ($expected === null) {
$expected = $service;