Ejemplo n.º 1
0
 /**
  * @expectedException ByteUnits\ParseException
  */
 public function testInvalidByteFormatForMetricSystem()
 {
     Metric::parse('1.00KiB');
 }