diff --git a/tests/TimeZoneOffsetTest.php b/tests/TimeZoneOffsetTest.php index f84012d..1e06b9e 100644 --- a/tests/TimeZoneOffsetTest.php +++ b/tests/TimeZoneOffsetTest.php @@ -198,7 +198,7 @@ public function providerParseInvalidStringThrowsException(): array } /** - * @dataProvider providerParseValueStringThrowsException + * @dataProvider providerParseInvalidValueThrowsException */ public function testParseInvalidValueThrowsException(string $text): void { @@ -206,7 +206,7 @@ public function testParseInvalidValueThrowsException(string $text): void TimeZoneOffset::parse($text); } - public function providerParseValueStringThrowsException(): iterable + public function providerParseInvalidValueThrowsException(): iterable { yield from [ ['+18:00:01'],