You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 2.5-dev branch.
Discussion
----------
[FrameworkBundle] Fix tests
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #10622
| License | MIT
| Doc PR | -
This [fixes the build](https://travis-ci.org/jakzal/symfony/builds/22199535) [](https://travis-ci.org/jakzal/symfony) by only initializing a fully configured validation service if APC is available. At the moment we only provide ApcCache for mapping' caching (out of the box). DoctrineCache is available but not configured. I also added an additional test case to verify that a validation service can be created on php >=5.5.
Commits
-------
009c4b8 [FrameworkBundle] Only initialize a fully configured service if APC is available.
Tests are failing on php >= 5.5 since there's no APC support.
Broken in #10287.
Latest working commit: 3dc2b4d
Broken by: 0bfde4a
https://travis-ci.org/symfony/symfony/jobs/22120558#L225
ping @webmozart
The text was updated successfully, but these errors were encountered: