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

raise php/sf requirement, make symfony/templating optional dependency, fix tests #2015

Merged
merged 5 commits into from
Jul 31, 2019
Merged

raise php/sf requirement, make symfony/templating optional dependency, fix tests #2015

merged 5 commits into from
Jul 31, 2019

Conversation

Tobion
Copy link
Member

@Tobion Tobion commented Jul 31, 2019

Also fix some depreactions as Symfony\Bundle\FrameworkBundle\Templating\EngineInterface is deprecated but the extended Symfony\Component\Templating\EngineInterface is not. And we do not need any methods of the FrameworkBundle EngineInteraface.

extract tests using html templating rending into a legacy test and disable the templating in tests where it's not needed
…gBundle is enabled and the deprecated SF templating integration is used
@Tobion
Copy link
Member Author

Tobion commented Jul 31, 2019

I fixed all the

Other deprecation notices (172)

due to the templating by extracting tests using html templating rending into a legacy test and disable the templating in tests where it's not needed. Also fixed the default value for the exception_controller when twig is enabled but the templating sf integration is not.

@Tobion Tobion changed the title raise php/sf requirement, make symfony/templating optional dependency raise php/sf requirement, make symfony/templating optional dependency, fix tests Jul 31, 2019
@Tobion Tobion merged commit 53b1679 into FriendsOfSymfony:master Jul 31, 2019
@Tobion Tobion deleted the optional-templating branch July 31, 2019 21:28
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.

None yet

2 participants