/**
  * @test
  */
 public function setSinglePidForIntegerSetsSinglePid()
 {
     $this->fixture->setSinglePid(12);
     $this->assertSame(12, $this->fixture->getSinglePid());
 }