예제 #1
0
파일: MatchTest.php 프로젝트: 0ida/fussi
 public function testDateProperty()
 {
     $date = new \DateTime();
     $this->match->setDate($date);
     $this->assertSame($date, $this->match->getDate());
 }