Post #4248483
2026-07-30 18:08 UTC
@ilia@phpc.social I actually consider memory_limit=-1 the best practice for test execution (it is also what --check-php-configuration recommends). A runaway test suite is a bug to find and fix, not something to paper over in the test runner.
Replies (1)
-
@ilia@phpc.social 2026-07-30 18:11
@sebastian@phpc.social Fair enough, thanks. It is a fairly painful error of sorts, but your point taken.