mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Legacy textparse class removed. Separate emote and profanity classes.
This commit is contained in:
@@ -499,6 +499,12 @@ while($row = $sql->fetch())
|
||||
$result = $this->tp->post_toForm($text);
|
||||
$this->assertSame($expected, $result);
|
||||
|
||||
$array = array($text);
|
||||
$arrayExp = array($expected);
|
||||
$result = $this->tp->post_toForm($array);
|
||||
$this->assertSame($arrayExp, $result);
|
||||
|
||||
|
||||
}
|
||||
/*
|
||||
public function testHtml_truncate()
|
||||
|
Reference in New Issue
Block a user