예제 #1
0
파일: ElementsTest.php 프로젝트: fwk/form
 public function testSanitization()
 {
     $this->object->sanitizer(new TestSanitizer());
     $this->object->setValue("desrever");
     $this->assertEquals("reversed", $this->object->value());
 }