aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/User/AddTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/User/AddTest.php')
-rw-r--r--tests/Core/Command/User/AddTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Core/Command/User/AddTest.php b/tests/Core/Command/User/AddTest.php
index c9137bfc01c..5a8bc3abea1 100644
--- a/tests/Core/Command/User/AddTest.php
+++ b/tests/Core/Command/User/AddTest.php
@@ -84,9 +84,7 @@ class AddTest extends TestCase {
);
}
- /**
- * @dataProvider addEmailDataProvider
- */
+ #[\PHPUnit\Framework\Attributes\DataProvider('addEmailDataProvider')]
public function testAddEmail(
?string $email,
bool $isEmailValid,