Ejemplo n.º 1
0
 /**
  * 常に空文字列になることを確認します.
  */
 public function testFormatTime()
 {
     $d = new Date(2012, 5, 21);
     $this->assertSame("", $d->formatTime());
 }