Exemplo n.º 1
0
 /**
  * @expectedException ByteUnits\ParseException
  */
 public function testInvalidByteFormatForBinarySystem()
 {
     Binary::parse('1.00kB');
 }