PhpBench\Tests\Unit\Formatter\Formatter\NumberFormatTest::testNonNumeric PHP Method

testNonNumeric() public method

It should throw an exception if passed a non-numeric value.
public testNonNumeric ( )
    public function testNonNumeric()
    {
        $this->format->format('hello', $this->format->getDefaultOptions());
    }