changed a test string
This commit is contained in:
parent
af34cf019c
commit
21589c5ece
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue