1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-07 14:13:09 +02:00

Simple e_parse toForm test added.

This commit is contained in:
Cameron 2018-07-24 15:53:34 -07:00
parent 76d491c0b9
commit 8200c7dd00

View File

@ -89,12 +89,20 @@ TMP;
{
}
*/
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()
{