mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Basic test for {e_BASE} added.
This commit is contained in:
@@ -217,12 +217,16 @@ TMP;
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
public function testReplaceConstants()
|
||||
{
|
||||
$actual = $this->tp->replaceConstants('{e_BASE}news','abs');
|
||||
|
||||
$this->assertContains(e_HTTP,$actual);
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
public function testHtmlwrap()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user