Beispiel #1
0
 public function testHasEndTime()
 {
     $hasEndTime = $this->object->hasEndTime();
     self::assertTrue(is_bool($hasEndTime), 'hasEndTime returns a boolean');
 }