php - Headers already sent running unit tests in PHPStorm -
i'm trying use integrated method of running phpunit tests within phpstorm , having issues getting work.
php: 5.6.10
phpunit: 4.5.1
phpstorm: 8.0.3
thanks https://stackoverflow.com/a/30345501/1636594 learned had downgrade phpunit version < 4.6.
finding https://stackoverflow.com/a/25903332/1636594 tried both @runinseparateprocess notation , strerr="false|true" in configuration. process isolation, saw same issue user (basically phpunit --help instead of each test in isolation). stderr="false|true" same either way (cannot modify header information... blah blah).
the tests run fine without process isolation or stderr set either 1 of true or false, both give successful passing tests.
for i'm running tests in terminal, able use coverage feature useless line of code after header call.
Comments
Post a Comment