Ejemplo n.º 1
0
 public function testGigabytesConstructor()
 {
     $this->assertEquals(Metric::bytes(1000000000), Metric::gigabytes(1));
 }