dupe function name

This commit is contained in:
Shish 2010-01-17 09:54:01 +00:00
parent 5ba28817a8
commit 4a71eb82da

View File

@ -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>");