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

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

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