예제 #1
0
 /**
  * @test
  */
 public function getCounterReturnsInitialValueForInt()
 {
     $this->assertSame(0, $this->subject->getCounter());
 }