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

Ignorning tests so it is not downloaded via Composer #147

Merged
merged 1 commit into from
Apr 3, 2018

Conversation

weaverryan
Copy link
Member

This is different than the policy in symfony/symfony. But, this library is a bit different: the tests do not contain example usage code, as most of the classes are internal. By not packing the tests/ directory, we avoid polluting the user's project with extra User classes (etc) that confuse IDE's.

Fixes #144

In this library, the tests do *not* contain example usage code, as most
of the classes are internal. By not packing the tests/ directory, we
avoid polluting the user's project with extra User classes (etc)
that confuse IDE's
@javiereguiluz
Copy link
Member

Thanks Ryan! I agree that it makes sense to make an exception about Symfony's policy in this repo.

@javiereguiluz javiereguiluz merged commit a00db1f into symfony:master Apr 3, 2018
javiereguiluz added a commit that referenced this pull request Apr 3, 2018
…erryan)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Ignorning tests so it is not downloaded via Composer

This is different than the policy in symfony/symfony. But, this library is a bit different:  the tests do *not* contain example usage code, as most of the classes are internal. By not packing the tests/ directory, we avoid polluting the user's project with extra User classes (etc) that confuse IDE's.

Fixes #144

Commits
-------

a00db1f Ignorning tests so it is not downloaded via Composer
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