Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stderr parameter in phpunit.xml always considered true #2705

Closed
odoucet opened this issue Jun 14, 2017 · 0 comments · Fixed by Zemhart/project_UAS_PHP#20
Closed

stderr parameter in phpunit.xml always considered true #2705

odoucet opened this issue Jun 14, 2017 · 0 comments · Fixed by Zemhart/project_UAS_PHP#20

Comments

@odoucet
Copy link
Contributor

odoucet commented Jun 14, 2017

Q A
PHPUnit version 6.2.1
PHP version 7.0.20
Installation Method Composer

I'm using a phpunit.xml to declare some variables to PHPUnit. It appears that property 'stderr', when defined, is forced to true.

Both code have same behaviour and output all content to stderr
<phpunit stderr="false">
<phpunit stderr="true">

This outputs content to stdout :
<phpunit>

pull request to fix the bug will follow in a few minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants