You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: