public function testSfGetChecked_引数が一致しない場合_0バイト文字列が返る()
 {
     $this->expected = '';
     $this->actual = SC_Utils::sfGetChecked('2', '1');
     $this->verify();
 }