We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fbd48 commit 67c3e15Copy full SHA for 67c3e15
tests/Validators/EmailValidatorTest.php
@@ -19,9 +19,7 @@ public static function addressDataProvider(): array
19
];
20
}
21
22
- /**
23
- * @dataProvider addressDataProvider
24
- */
+ #[DataProvider('addressDataProvider')]
25
public function testValidEmail(string $address, bool $expected): void
26
{
27
$validator = Validators::email('invalid email');
0 commit comments