Example #1
0
 public function testSetGetCreated()
 {
     $d = new \DateTime();
     $this->object->setCreated($d);
     $this->assertEquals($d, $this->object->getCreated());
 }