コード例 #1
0
ファイル: ElementsTest.php プロジェクト: fwk/form
 public function testSanitization()
 {
     $this->object->sanitizer(new TestSanitizer());
     $this->object->setValue("desrever");
     $this->assertEquals("reversed", $this->object->value());
 }