azuyalabs / yasumi

The easy PHP Library for calculating holidays
https://www.yasumi.dev
Other
1.05k stars 155 forks source link

YasumiTest:textNext uses an out of bounds year #28

Closed stelgenhof closed 8 years ago

stelgenhof commented 8 years ago

Running phpunit can result in an error in the test class Yasumi\tests\Base\YasumiTest::testNext in the rare situation that the year 10000 is applied. Yasumi only supports year numbers between 1000 and 9999. PHPUnit Output:

1) Yasumi\tests\Base\YasumiTest::testNext
InvalidArgumentException: Year needs to be between 1000 and 9999 (10000 given).
..../Users/sachatelgenhofoudekoehorst/src/azuya/Yasumi/tests/Base/YasumiTest.php:135