Ejemplo n.º 1
0
 public function testSfTermMonth_年をまたぐ場合_前月が前年十二月になる()
 {
     $this->expected = array('2012/12/16', '2013/1/15 23:59:59');
     $this->actual = SC_Utils::sfTermMonth(2013, 1, 15);
     $this->verify();
 }