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

[SecurityBundle] Fix name clash with functional tests #2888

Merged
merged 1 commit into from Dec 15, 2011
Merged

[SecurityBundle] Fix name clash with functional tests #2888

merged 1 commit into from Dec 15, 2011

Conversation

ghost
Copy link

@ghost ghost commented Dec 15, 2011

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -

Functional tests need a unique environment or it will produce class redeclare errors when multiple bundles are functional tested at the same time.

If you run functional tests from different bundles you it will cause a redeclare error
because the DIC appKernel name is not unique.
fabpot added a commit that referenced this pull request Dec 15, 2011
Commits
-------

62f3dc4 [SecurityBundle] Changed environment to something unique.

Discussion
----------

[SecurityBundle] Fix name clash with functional tests

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -

Functional tests need a unique environment or it will produce class redeclare errors when multiple bundles are functional tested at the same time.
@fabpot fabpot merged commit 62f3dc4 into symfony:2.0 Dec 15, 2011
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.

1 participant