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:
parent
76d491c0b9
commit
8200c7dd00
@ -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()
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user