changed a test string

2022.09-rc
Alexander Kampmann 2012-03-09 12:18:37 +01:00
rodzic af34cf019c
commit 21589c5ece
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -225,11 +225,11 @@ class AntiXSSTest extends PHPUnit_Framework_TestCase {
}
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);
$this->assertEquals("@Mike", $tags[0]);
$this->assertEquals("@Test", $tags[0]);
}
public function testGetTags2Persons1TagSpecialChars() {