/**
  * @dataProvider  data_toString
  */
 public function test_parseLowercase(Instant $instant, $text)
 {
     $this->assertEquals($instant, Instant::parse(strtolower($text)));
 }