Esempio n. 1
0
 public function testGetTimestamp()
 {
     $event = new Event();
     $this->assertEquals(time(), $event->getTimestamp());
 }