mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Simple e_parse toForm test added.
This commit is contained in:
@@ -89,12 +89,20 @@ TMP;
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
public function testToForm()
|
public function testToForm()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
$orig = "lr.src = window._lr.url + '/Scripts/api.js';";
|
||||||
|
|
||||||
|
$db = $this->tp->toDB($orig);
|
||||||
|
|
||||||
|
$actual = $this->tp->toForm($db);
|
||||||
|
|
||||||
|
$this->assertEquals($db,$actual);
|
||||||
|
|
||||||
|
}
|
||||||
|
/*
|
||||||
public function testUstristr()
|
public function testUstristr()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user