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 tags config #112

Merged
merged 1 commit into from
Jul 25, 2014
Merged

Fix tags config #112

merged 1 commit into from
Jul 25, 2014

Conversation

ddeboer
Copy link
Member

@ddeboer ddeboer commented Jul 25, 2014

Fix "PHP Notice: Undefined index: tag_listener in friendsofsymfony/http-cache-bundle/DependencyInjection/FOSHttpCacheExtension.php
on line 73" when ExpressionLanguage is not available.

A problem here is that we only test on Travis with ExpressionLanguage installed, so we're not able to check all config cases. We may want to add tests where we don’t install ExpressionLanguage to check whether our config is compatible with Symfony LTS 2.3 (from 2.4 onwards ExpressionLanguage ships with Symfony full-stack).

Fix "PHP Notice:  Undefined index: tag_listener in friendsofsymfony/http-cache-bundle/DependencyInjection/FOSHttpCacheExtension.php
on line 73" when ExpressionLanguage is not available.
dbu added a commit that referenced this pull request Jul 25, 2014
@dbu dbu merged commit a25668c into master Jul 25, 2014
@dbu dbu deleted the fix-tag-config branch July 25, 2014 09:50
@dbu
Copy link
Contributor

dbu commented Jul 25, 2014

thanks for the fix. well, we could do that. maybe simply have require-dev not list expression language and have all tests that rely on expression language skip if its not available? and then add something to build matrix to additionally test symfony 2.3 with expression language too?

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