Example #1
0
 /**
  * @test
  */
 public function getWeekDayReturnsInitialValueForDays()
 {
     $this->assertEquals(NULL, $this->subject->getWeekDay());
 }