示例#1
0
 public function testStaticFormatting()
 {
     $this->assertEquals('1,00 km', Distance::format(1.0));
 }