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
The tests are not expected to call any of the methods of the
`ContainerBuilder` class. Therefore, none need to be mocked. This is
needed as PHPUnit would otherwise complain about not being able to mock
the non-existent `ExpressionFunctionProviderInterface` (which is
provided by the ExpressionLanguage component, but is actually an
optional dependency here).
0 commit comments