[3.1.0] Implement Duplicate validator, also modify some design things
[htmlpurifier.git] / tests / HTMLPurifier / ConfigSchema / ValidatorHarness.php
blob33865cece86c1ab8ada7441ed8f66a67b5c8b887
1 <?php
3 class HTMLPurifier_ConfigSchema_ValidatorHarness extends UnitTestCase
6 protected $interchange, $validator;
8 public function setup() {
9 $this->interchange = new HTMLPurifier_ConfigSchema_Interchange();
12 protected function expectSchemaException($msg) {
13 $this->expectException(new HTMLPurifier_ConfigSchema_Exception($msg));