示例#1
0
 /**
  * Ensures that setCharList() follows expected behavior
  *
  * @return void
  */
 public function testSetCharList()
 {
     $this->_filter->setCharList('&');
     $this->assertEquals('&', $this->_filter->getCharList());
 }