ConfigHandler::CUSTOM_URLS_KEY =>
[ [ 'url' => 'foo',
'changeFreq' => 'weekly',
'priority' => 0.5,
'salesChannelId' => 2,
'lastMod' => '2019-09-27 10:00:00',
],
],
]);
$customUrl =
$fileConfigHandler->
getSitemapConfig()[ConfigHandler::CUSTOM_URLS_KEY
][0
];
static::
assertInstanceOf(\DateTimeInterface::
class,
$customUrl['lastMod'
]);
}}