diff options
Diffstat (limited to 'apps/updatenotification/tests/Controller/APIControllerTest.php')
-rw-r--r-- | apps/updatenotification/tests/Controller/APIControllerTest.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/updatenotification/tests/Controller/APIControllerTest.php b/apps/updatenotification/tests/Controller/APIControllerTest.php index 3c3764248ef..84973e64c22 100644 --- a/apps/updatenotification/tests/Controller/APIControllerTest.php +++ b/apps/updatenotification/tests/Controller/APIControllerTest.php @@ -55,9 +55,7 @@ class APIControllerTest extends TestCase { ); } - /** - * @dataProvider dataGetAppChangelog - */ + #[\PHPUnit\Framework\Attributes\DataProvider('dataGetAppChangelog')] public function testGetAppChangelogEntry( array $params, bool $hasChanges, |