Ejemplo n.º 1
0
 public function testSetProcessed()
 {
     $event = new Event('Psc.Test', $this);
     $this->assertFalse($event->isProcessed());
     $this->assertChainable($event->setProcessed(TRUE));
     $this->assertTrue($event->isProcessed());
 }