Example #1
0
 /**
  * @test
  */
 public function getPrivateReturnsInitialValueForInteger()
 {
     $this->assertSame(0, $this->subject->getPrivate());
 }