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