$this->
getContainer()->
get(ProductManufacturerDefinition::
class),
new QueryBuilder($this->
getContainer()->
get(Connection::
class)),
Context::
createDefaultContext(),
null
));
static::
assertSame('THIS_SHOULD_BE_RETURNED',
$result);
} private function createManufacturer(EntityRepository
$productManufacturerRepository, string
$productManufacturerId, Context
$context): void
{ $translations =
$this->
getTestTranslations();
$productManufacturerRepository->
create([[ 'id' =>
$productManufacturerId,
'translations' =>
$translations,
]],
$context);
} private function createDeContext(Context
$enContext): Context
{ $deLanguageId =
$this->
getDeDeLanguageId();
return new Context(