public function testSfTax_それ以外の場合_切り上げの結果になる()
 {
     $this->expected = array(2, 2);
     $this->actual[0] = SC_Utils::sfTax(140, 1, 4);
     $this->actual[1] = SC_Utils::sfTax(150, 1, 4);
     $this->verify('税額');
 }