better-phpunit
better-phpunit copied to clipboard
Load xmlConfigFilePath when running in Better PHPUnit in docker conta…
When running Better PHPUnit in a Docker container it respects the configuration override by xmlConfigFilePath
Thanks for this. Any chance of providing a test?
I personally don't really use Docker so it always makes me nervous merging stuff I can't easily verify works.
I'm on it!
woohoo!
Hi @calebporzio, is there any reason why Better PHPUnit doesn't append the configuration settings when running the full suite?
if (this.runFullSuite) {
this.lastOutput = `${this.binary}${suiteSuffix}${this.suffix}`
} else if (this.runFile) {
this.lastOutput = `${this.binary} ${this.file}${this.configuration}${this.suffix}`;
} else {
this.lastOutput = `${this.binary} ${this.file}${this.filter}${this.configuration}${this.suffix}`;
}