/** * @expectedException ByteUnits\ParseException */ public function testInvalidByteFormatForMetricSystem() { Metric::parse('1.00KiB'); }