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

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

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