azuyalabs / yasumi

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

fix(PHPUnit): Increased memory_limit, to be able to run all tests on MacOS #335

Closed fbett closed 5 months ago

fbett commented 5 months ago

Reason: 128M was not enough to run all unit tests

The expected memory usage seems to be between 180M (MacOS M3) and 350M (Github's Workflow Runner)

stelgenhof commented 5 months ago

@fbett I have fixed the code styling issues. Please rebase your branch. If all goes well, we can then merge your PR :)