Example #1
0
 public function testAddProcess()
 {
     $this->event->addProcess($process = $this->createProcessMock());
     $this->assertSame([$process], $this->event->getProcesses());
 }