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
We are running phpunit tests on a bundle that uses Symfony Full Stack as a dependency, but does not have the standard edition supporting files at that stage.
On 2.6, these tests start to fail due to:
PHP Fatal error: Uncaught exception 'Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException' with message 'You have requested a non-existent parameter "translator.logging".' in /home/travis/build/Kunstmaan/KunstmaanBundlesCMS/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php:106
This is due to the fact that LoggingTranslatorPass.php#L28 searches for 'translator.logging' and because there is no config.yml in play, this throws an ParameterNotFoundException.
The text was updated successfully, but these errors were encountered:
We are running phpunit tests on a bundle that uses Symfony Full Stack as a dependency, but does not have the standard edition supporting files at that stage.
On 2.6, these tests start to fail due to:
This is due to the fact that LoggingTranslatorPass.php#L28 searches for 'translator.logging' and because there is no config.yml in play, this throws an ParameterNotFoundException.
The text was updated successfully, but these errors were encountered: