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