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

testRevolutionsNotNumeric() public method

It should throw an exception if the revolutions are not numeric.
    public function testRevolutionsNotNumeric()
    {
        new RunnerContext(__DIR__, ['revolutions' => ['asd']]);
    }