public function testGetCurrentDateTimeWhenNothingSet()
 {
     $this->assertEquals(null, $this->dateTimeForm->getDateTime(), 'time is null when nothing is set');
     $this->assertEquals(null, $this->dateTimeForm->getValue(), 'forms getValue method also returns null');
 }