예제 #1
0
 public function testConstruct()
 {
     $photo = new Photo();
     $this->assertInstanceOf('\\DateTime', $photo->getDate());
     $this->assertInstanceOf('\\DateTime', $photo->getUploadDate());
     $this->assertInstanceOf('Doctrine\\Common\\Collections\\ArrayCollection', $photo->getComments());
 }