public function testIsFuture2()
 {
     $dt = new DateTimeObject('01.01.2020');
     $this->assertTrue($dt->isFuture());
 }