Beispiel #1
0
 public function testPrePersist()
 {
     $this->target->prePersist();
     $this->assertEquals($this->target->getDateCreated(), new \DateTime());
 }
Beispiel #2
0
 public function testPrePersist()
 {
     $this->target->prePersist();
     $this->assertInstanceOf("\\DateTime", $this->target->getDateCreated());
 }