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

Fix skipped functional tests with Symfony 5.x #1316

Merged
merged 3 commits into from
Dec 16, 2020
Merged

Fix skipped functional tests with Symfony 5.x #1316

merged 3 commits into from
Dec 16, 2020

Conversation

fbourigault
Copy link
Contributor

@fbourigault fbourigault commented Dec 15, 2020

Q A
Branch? 2.0
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

All functional teste where skipped in Symfony 5.x because of broken symfony/browser-kit detection.

I removed the detection as symfony/browser-kit is in require-dev and fixed broken tests.

Package is in require-dev, thus always installed when running tests.
kernel.root_dir parameter was removed in Symfony 5.0 and kernel.project_dir
added in Symfony 3.3.
@coveralls
Copy link

Coverage Status

Coverage increased (+9.2%) to 81.408% when pulling cb7daec on fbourigault:re-enable-functional-tests into 375d1a2 on liip:master.

@fbourigault fbourigault marked this pull request as ready for review December 15, 2020 17:54
@dbu dbu merged commit 4704b34 into liip:master Dec 16, 2020
@dbu
Copy link
Member

dbu commented Dec 16, 2020

thanks!

@fbourigault fbourigault deleted the re-enable-functional-tests branch December 16, 2020 08:17
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.

3 participants