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".

1
Avatar
Permanently deleted user

Hello,

Are you able to reproduce this issue when you run the tests from command line?

0
Avatar
Permanently deleted user

I just change the autoload to have manually increase the memory and I got no further issues.

0

请先登录再写评论。