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

PHPUnit: Rename the config file #77

Merged
merged 1 commit into from
Jan 31, 2019
Merged

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Jan 21, 2019

If phpunit.xml or phpunit.xml.dist (in that order) exist in the current working directory and --configuration is not used, the configuration will be automatically read from that file.

From: https://phpunit.de/manual/6.5/en/organizing-tests.html#organizing-tests.xml-configuration

In other words, using a phpunit.xml.dist file allows individual developers to overrule it with their own version if so desired.

> If `phpunit.xml` or `phpunit.xml.dist` (in that order) exist in the current working directory and `--configuration` is not used, the configuration will be automatically read from that file.

From: https://phpunit.de/manual/6.5/en/organizing-tests.html#organizing-tests.xml-configuration

In other words, using a `phpunit.xml.dist` file allows individual developers to overrule it with their own version if so desired.
@jrfnl jrfnl added this to the Next release milestone Jan 21, 2019
@IreneStr
Copy link
Contributor

Acceptance 👍

@IreneStr IreneStr merged commit b629c60 into master Jan 31, 2019
@IreneStr IreneStr deleted the JRF/rename-phpunit-config-file branch January 31, 2019 12:32
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 this pull request may close these issues.

2 participants