コード例 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function test_statically_throw_exception_when_converting_to_string_with_precise_binary_suffix_large_precision()
 {
     Number::preciseBinarySuffix(1, 4);
 }