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

testRetryLessThanZetro() public method

It should throw an exception if the retry threshold is less than zero.
    public function testRetryLessThanZetro()
    {
        new RunnerContext(__DIR__, ['retry_threshold' => -1]);
    }