PHPUnit_TestCase($name); } function testFormat() { // check that basic formatting is done and smileys are disabled. $this->assertRegExp( "/
<>&'" :D<\/p>/", VikoContentFormatter::format("<>&'\" :D") ); } } ?>