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

testIterationsNotNumeric() public method

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