|
@@ -25,5 +25,6 @@ class ProcessIdProcessorTest extends TestCase
|
|
|
$this->assertArrayHasKey('process_id', $record['extra']);
|
|
$this->assertArrayHasKey('process_id', $record['extra']);
|
|
|
$this->assertInternalType('int', $record['extra']['process_id']);
|
|
$this->assertInternalType('int', $record['extra']['process_id']);
|
|
|
$this->assertGreaterThan(0, $record['extra']['process_id']);
|
|
$this->assertGreaterThan(0, $record['extra']['process_id']);
|
|
|
|
|
+ $this->assertEquals(getmypid(), $record['extra']['process_id']);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|