PHP_EOL;
static::
assertSame($expected,
$actual);
} public function testScssVariablesEventAddsNewVariablesToArray(): void
{ $subscriber =
new MockThemeVariablesSubscriber($this->
createMock(SystemConfigService::
class));
$variables =
[ 'sw-color-brand-primary' => '#008490',
'sw-color-brand-secondary' => '#526e7f',
'sw-border-color' => '#bcc1c7',
];
$event =
new ThemeCompilerEnrichScssVariablesEvent($variables,
$this->mockSalesChannelId, Context::
createDefaultContext());
$subscriber->
onAddVariables($event);
$actual =
$event->
getVariables();