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
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: