PhpBench\Tests\Unit\Benchmark\RunnerContextTest::testRetryLessThanZetro PHP Метод

testRetryLessThanZetro() публичный Метод

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