示例#1
0
文件: ElementsTest.php 项目: fwk/form
 public function testSanitization()
 {
     $this->object->sanitizer(new TestSanitizer());
     $this->object->setValue("desrever");
     $this->assertEquals("reversed", $this->object->value());
 }