예제 #1
0
 /**
  * Test sanitize_option_type edge cases
  */
 public function test_sanitize_option_type()
 {
     $this->assertEquals('theme_mod', Kirki_Field::sanitize_option_type());
 }