container = new DefaultContainer();
$this->container->singleton(
PlaceholderReplacer::class,
new PlaceholderReplacer($this->container)
);
$this->processor = new ForProcessor($this->container);
});
describe('ForProcessor', function () {
it('processes simple for loops with array data', function () {
$html = <<