Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[FrameworkBundle] Fix assets test #14564

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

Merged
merged 1 commit into from
May 7, 2015
Merged

[FrameworkBundle] Fix assets test #14564

merged 1 commit into from
May 7, 2015

Conversation

dosten
Copy link
Contributor

@dosten dosten commented May 6, 2015

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

I'm not sure about this change, but the tests introduced in #14419 are failing in master, the same error ocurrs in both tests: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: The service definition "templating.helper.assets" does not exist.

@dosten
Copy link
Contributor Author

dosten commented May 6, 2015

This PR fixes the failing tests, the fail in 5.5.9 is because a volatile test (see #14444) and the fails in 5.5.9 (low deps) seems to not be related.

@fabpot fabpot closed this May 6, 2015
@fabpot fabpot reopened this May 6, 2015
@fabpot
Copy link
Member

fabpot commented May 6, 2015

#14419 was on 2.7, do we just have the problem on master?

@dosten
Copy link
Contributor Author

dosten commented May 6, 2015

@fabpot yes, in 2.7 runs ok but it's failing in master

@fabpot
Copy link
Member

fabpot commented May 7, 2015

Thank you @dosten.

@fabpot fabpot merged commit 92e8799 into symfony:master May 7, 2015
fabpot added a commit that referenced this pull request May 7, 2015
This PR was merged into the 3.0-dev branch.

Discussion
----------

[FrameworkBundle] Fix assets test

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

I'm not sure about this change, but the tests introduced in #14419 are failing in master, the same error ocurrs in both tests: `Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: The service definition "templating.helper.assets" does not exist.`

Commits
-------

92e8799 Fixed test and fixture
@dosten dosten deleted the fix-assets-test branch May 7, 2015 21:20
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