PhpBench\Tests\Unit\Benchmark\RunnerContextTest::testRetryNotNumeric PHP Method

testRetryNotNumeric() public method

It should throw an exception if the retry threshold is not numeric.
public testRetryNotNumeric ( )
    public function testRetryNotNumeric()
    {
        new RunnerContext(__DIR__, ['retry_threshold' => 'asd']);
    }