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:
parent
e9f89cede6
commit
871a0f4da3
@ -217,12 +217,16 @@ TMP;
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
public function testReplaceConstants()
|
||||
{
|
||||
$actual = $this->tp->replaceConstants('{e_BASE}news','abs');
|
||||
|
||||
$this->assertContains(e_HTTP,$actual);
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
public function testHtmlwrap()
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user