public function test_should_get_correct_pid()
 {
     $this->assertEquals(getmypid(), Context::pid());
 }