mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Basic test for {e_BASE} added.
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user