increasing memory running test suite
I am using phpunit and I got errors about exceeding the memory. I updated the Run/Debug Configuration -> Test Runner Options with -d memory_limit=2048M and I still get the same error and the test stops with that error "exceed memory".
请先登录再写评论。
Hello,
Are you able to reproduce this issue when you run the tests from command line?
I just change the autoload to have manually increase the memory and I got no further issues.