Ejemplo n.º 1
0
 /**
  * {@link Time::TYPE_DATE} を返すことを確認します.
  * @covers Peach\DT\Date::getType
  */
 public function testGetType()
 {
     $d = new Date(2012, 5, 21);
     $this->assertSame(Time::TYPE_DATE, $d->getType());
 }