Example #1
0
 function testXmlEscape()
 {
     $this->assertEquals(BH::xmlEscape('<b>&</b>'), '&lt;b&gt;&amp;&lt;/b&gt;');
 }