config) $this->config = HTMLPurifier_Config::createDefault(); if (!$this->context) $this->context = new HTMLPurifier_AttrContext(); $result = $this->def->validate($string, $this->config, $this->context); if ($expect === true) { $this->assertIdentical($string, $result); } else { $this->assertIdentical($expect, $result); } } } ?>