Ejemplo n.º 1
0
 /**
  * @test
  */
 public function getProcessIdReturnsInitialValueForInteger()
 {
     $this->assertSame(0, $this->subject->getProcessid());
 }