public function testMegabytesConstructor() { $this->assertEquals(Metric::bytes(1000000), Metric::megabytes(1)); }