public function testPetabytesConstructor()
 {
     $this->assertEquals(Metric::bytes(1000000000000000), Metric::petabytes(1));
 }