草庐IT

PHPUnit 覆盖 : Allowed memory size of 536870912 bytes exhausted

我正在尝试使用以下命令使用PHPUnit和phpdbg为我的PHP项目生成代码测试覆盖率:phpdbg-dmemory_limit=512M-qrr./bin/phpunit-c.phpunit.cover.xml这很好用:PHPUnit6.2.4bySebastianBergmannandcontributors.........8/8(100%)Time:114ms,Memory:14.00MBOK(8tests,13assertions)GeneratingcodecoveragereportinHTMLformat...done但是,当我在docker容器中使用完全相同的命令时

PHPUnit 覆盖 : Allowed memory size of 536870912 bytes exhausted

我正在尝试使用以下命令使用PHPUnit和phpdbg为我的PHP项目生成代码测试覆盖率:phpdbg-dmemory_limit=512M-qrr./bin/phpunit-c.phpunit.cover.xml这很好用:PHPUnit6.2.4bySebastianBergmannandcontributors.........8/8(100%)Time:114ms,Memory:14.00MBOK(8tests,13assertions)GeneratingcodecoveragereportinHTMLformat...done但是,当我在docker容器中使用完全相同的命令时