public function test_factory_parse_formatter_nullFormatter()
 {
     TestHelper::assertNullException($this, function () {
         LocalDateTime::parseWith("ANY", null);
     });
 }