Skip to content
Commit 945e27b0 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[TASK] Ensure using symfony container in tests

A couple of tests are adding services to a
container instance. Since the `ContainerInterface`
does not define the used `set()` method, the
tests are adjusted to explicitly require the
symfony service container, which provides
mentioned `set()` method.

Resolves: #103183
Releases: main, 12.4
Change-Id: Icdb36a0ea871d79cd2c280d5f17a00569b49cb2b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83088


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent a7a46a09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment