public function testToEntityArray(int
$i, array
$expectedEntityArray): void
{ $cmsExtensions = CmsExtensions::
createFromXmlFile(__DIR__ . '/../_fixtures/valid/cmsExtensionsWithBlocks.xml'
);
static::
assertNotNull($cmsExtensions->
getBlocks());
static::
assertEquals( $expectedEntityArray,
$cmsExtensions->
getBlocks()->
getBlocks()[$i]->
toEntityArray('app-id', 'en-GB'
) );
} /**
* @return array<array<int|array<string, mixed>>>
*/
public static function provideEntityArrays(): array
{ return [ [ 0,
[