Beispiel #1
0
 public function testLargeGraph()
 {
     //require_once __DIR__ . '/../../src/Units/conversions/weights.php';
     register_weights();
     $this->assertEquals(3.17376, Units::convert('mg', 'oz', 90000));
 }