Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Fix TranslationUpdateCommand tests after a merge#19926
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[FrameworkBundle] Fix TranslationUpdateCommand tests after a merge#19926
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedSep 13, 2016
So, only an issue in tests? Shouldn't this be applied on previous branches? Any potential BC break spotted by this failure? |
jakzal commentedSep 13, 2016
Not sure why PHP 7 builds are failing here: |
jakzal commentedSep 13, 2016
Yes, only issue with tests. It's a result of changes made on master.
The#19325 test is only present in the master branch, so it wasn't a problem until#19878 was merged to master.
Again, this is only on master. |
nicolas-grekas commentedSep 13, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I'll look at this asap, should be related to the changes I made yesterday, that were far from easy :) |
nicolas-grekas commentedSep 13, 2016
Thank you@jakzal. |
… a merge (jakzal)This PR was merged into the 3.2-dev branch.Discussion----------[FrameworkBundle] Fix TranslationUpdateCommand tests after a merge| Q | A| ------------- | ---| Branch? | master| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#19921| License | MIT| Doc PR | -#19325 relied on a wrong count of messages, which was fixed by#19878.Additionally, the `getContainer()` method on the master branch expect messages to be indexed by domain.Commits-------d093c40 [FrameworkBundle] Fix TranslationUpdateCommand tests after a merge
Additionally, the
getContainer()method on the master branch expect messages to be indexed by domain.