1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-26 07:12:54 +01:00

Basic test for {e_BASE} added.

This commit is contained in:
Cameron 2018-10-02 11:51:47 -07:00
parent e9f89cede6
commit 871a0f4da3

View File

@ -217,12 +217,16 @@ TMP;
{
}
*/
public function testReplaceConstants()
{
$actual = $this->tp->replaceConstants('{e_BASE}news','abs');
$this->assertContains(e_HTTP,$actual);
}
/*
public function testHtmlwrap()
{