dupe function name
This commit is contained in:
parent
5ba28817a8
commit
4a71eb82da
@ -62,7 +62,7 @@ class BBCodeUnitTest extends UnitTestCase {
|
|||||||
"[url=javascript:alert("owned")]click to fail[/url]");
|
"[url=javascript:alert("owned")]click to fail[/url]");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testURL() {
|
public function testEmailURL() {
|
||||||
$this->assertEqual(
|
$this->assertEqual(
|
||||||
$this->filter("[email]spam@shishnet.org[/email]"),
|
$this->filter("[email]spam@shishnet.org[/email]"),
|
||||||
"<a href=\"mailto:spam@shishnet.org\">spam@shishnet.org</a>");
|
"<a href=\"mailto:spam@shishnet.org\">spam@shishnet.org</a>");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user