Coduo\PHPHumanizer\Tests\NumberHumanizerTest::test_statically_throw_exception_when_converting_to_string_with_precise_binary_suffix_negative_precision PHP 메소드

test_statically_throw_exception_when_converting_to_string_with_precise_binary_suffix_negative_precision() 공개 메소드

    public function test_statically_throw_exception_when_converting_to_string_with_precise_binary_suffix_negative_precision()
    {
        NumberHumanizer::preciseBinarySuffix(1, -1);
    }
NumberHumanizerTest