From c24f5fb256f53836727d3479e0fcf79d680ca2ca Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 May 2025 14:00:10 +0200 Subject: test: Finish migrating tests/Core/ to PHPUnit 10 compatible code Signed-off-by: Joas Schilling --- tests/Core/Command/User/AddTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Core/Command/User/AddTest.php') diff --git a/tests/Core/Command/User/AddTest.php b/tests/Core/Command/User/AddTest.php index 7a956c173c1..91535ea6670 100644 --- a/tests/Core/Command/User/AddTest.php +++ b/tests/Core/Command/User/AddTest.php @@ -126,7 +126,7 @@ class AddTest extends TestCase { /** * @return array */ - public function addEmailDataProvider(): array { + public static function addEmailDataProvider(): array { return [ 'Valid E-Mail' => [ 'info@example.com', -- cgit v1.2.3