Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Add phpunit.xml to .gitignore #663

Merged
merged 1 commit into from
Jul 8, 2014
Merged

Add phpunit.xml to .gitignore #663

merged 1 commit into from
Jul 8, 2014

Conversation

nicwortel
Copy link
Contributor

The documentation recommends ignoring phpunit.xml, and only committing phpunit.xml.dist in version control.

This PR adds /app/phpunit.xml to the .gitignore that comes with the Symfony Standard distribution.

@fabpot
Copy link
Member

fabpot commented Jul 8, 2014

Thank you @nicwortel.

@fabpot fabpot merged commit 9053b6b into symfony:master Jul 8, 2014
fabpot added a commit that referenced this pull request Jul 8, 2014
This PR was merged into the 2.6-dev branch.

Discussion
----------

Add phpunit.xml to .gitignore

[The documentation](http://symfony.com/doc/current/book/testing.html#phpunit-configuration) recommends ignoring `phpunit.xml`, and only committing `phpunit.xml.dist` in version control.

This PR adds `/app/phpunit.xml` to the `.gitignore` that comes with the Symfony Standard distribution.

Commits
-------

9053b6b Ignore phpunit.xml
@fabpot
Copy link
Member

fabpot commented Jul 8, 2014

This one should be adapted for the 3.0 directory structure. ping @romainneutron.

@nicwortel nicwortel deleted the ignore_phpunit branch July 9, 2014 08:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants