mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Simple e_parse toForm test added.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user