예제 #1
0
 /**
  * @test
  */
 public function setAllDayForBooleanSetsAllDay()
 {
     $this->fixture->setAllDay(TRUE);
     $this->assertSame(TRUE, $this->fixture->getAllDay());
 }