コード例 #1
0
ファイル: QueryTest.php プロジェクト: requestlab/estat
 public function testStartDate()
 {
     $startDate = new \DateTime();
     $this->query->setStartDate($startDate);
     $this->assertSame($startDate, $this->query->getStartDate());
 }