test TestLoop on Tpex

This commit is contained in:
Manuel Raynaud
2013-03-18 10:57:25 +01:00
parent 8aaac2c5a2
commit 519d100d54
4 changed files with 25 additions and 4 deletions

View File

@@ -159,8 +159,11 @@ class Parser implements ParserInterface
array(),
array(
"secure" => "Thelia\Core\Template\BaseParam\Secure"
)
);
),
array(
"equal" => "Test\TestLoop\Equal"
)
);
$this->setContent($tpex->execute());
}