Ejemplo n.º 1
0
 public function testKilobytesConstructor()
 {
     $this->assertEquals(Metric::bytes(1000), Metric::kilobytes(1));
 }