コード例 #1
0
 public function testGetLastDateReturnsDateTime()
 {
     $date = $this->object->getLastDate();
     $this->assertTrue($date instanceof \DateTime);
 }