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