Exemple #1
0
 /**
  *
  * @memcheck
  */
 public function testPids()
 {
     $this->assertSame(getmypid(), Process::getPid());
     $this->assertSame(posix_getppid(), Process::getParentPid());
 }