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

Debugging test failures #332

Merged
merged 1 commit into from
Dec 13, 2018

Conversation

weaverryan
Copy link
Member

Recently, during an unrelated change, the tests started failing with a "Cannot declare class" error that I can't repeat locally. Trying to debug it...

location

moving XML projects and other projects into different dir/namespace

This avoids the metadata being cached in one test, then used in the
next. These tests are a bit of a mess, this is more of a workaround.
@weaverryan weaverryan force-pushed the debugging-test-failures branch from 069bd64 to 2dc123c Compare December 13, 2018 18:54
@weaverryan weaverryan merged commit 2dc123c into symfony:master Dec 13, 2018
weaverryan added a commit that referenced this pull request Dec 13, 2018
This PR was merged into the 1.0-dev branch.

Discussion
----------

Debugging test failures

Recently, during an unrelated change, the tests started failing with a "Cannot declare class" error that I can't repeat locally. Trying to debug it...

Commits
-------

2dc123c updating namespace so the autoloader finds things in the correct, final location
@weaverryan weaverryan deleted the debugging-test-failures branch December 13, 2018 18:55
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