public function testSfDispDBDate_時刻表示フラグがOFFの場合_時刻なしのフォーマット済み文字列が返る()
 {
     $dbdate = '2012-1-23 1:12:24';
     $this->expected = '2012/01/23';
     $this->actual = SC_Utils::sfDispDBDate($dbdate, false);
     $this->verify();
 }