{CONTENT}
HTML;
$this->assertEquals(
<<
Some content here
with bla bla inside
HTML,
Replace::replaceData(
$html_block,
[
'ID', 'CSS', '{CONTENT}'
],
[
'block-id', join(',', ['blue', 'red']),
'Some content here
with bla bla inside'
]
)
);
}
}
// __END__