1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02: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() public function testReplaceConstants()
{ {
$actual = $this->tp->replaceConstants('{e_BASE}news','abs');
$this->assertContains(e_HTTP,$actual);
} }
/*
public function testHtmlwrap() public function testHtmlwrap()
{ {