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