changed a test string

This commit is contained in:
Alexander Kampmann 2012-03-09 12:18:37 +01:00
parent af34cf019c
commit 21589c5ece
1 changed files with 2 additions and 2 deletions

View File

@ -225,11 +225,11 @@ class AntiXSSTest extends PHPUnit_Framework_TestCase {
} }
public function testGetTagsPersonOnly() { public function testGetTagsPersonOnly() {
$text="@Mike I saw the Theme Dev group was created."; $text="@Test I saw the Theme Dev group was created.";
$tags=get_tags($text); $tags=get_tags($text);
$this->assertEquals("@Mike", $tags[0]); $this->assertEquals("@Test", $tags[0]);
} }
public function testGetTags2Persons1TagSpecialChars() { public function testGetTags2Persons1TagSpecialChars() {