Ejemplo n.º 1
0
 public function testActiveProcess()
 {
     $this->assertEquals(4, $this->manager->getMaxProcesses());
     $this->assertEquals(0, $this->manager->getActiveProcess());
 }