コード例 #1
0
ファイル: EventTest.php プロジェクト: bara0801/kd_calendar
 /**
  * @test
  */
 public function getEndTimeUnspecifiedReturnsInitialValueForBool()
 {
     $this->assertSame(FALSE, $this->subject->getEndTimeUnspecified());
 }