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
minor #52400 [Process] Fix memory limit in PhpSubprocess test (ausi)
This PR was merged into the 6.4 branch.
Discussion
----------
[Process] Fix memory limit in `PhpSubprocess` test
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
If your local `memory_limit` php configuration differs from the setting in the *phpunit.xml.dist* file https://github.com/symfony/symfony/blob/f46299957cd6d7f83e3ed62f890db20674f22ee0/phpunit.xml.dist#L15 the test always fails as the *src/Symfony/Component/Process/Tests/Fixtures/memory.php* file does not load the phpunit config.
/cc `@Toflar`
Commits
-------
f8148489101 Fix memory limit in PhpSubprocess unit test
0 commit comments