PhpBench\Tests\Unit\Model\Result\ComputedResultTest::testDeviationNonNumeric PHP Метод

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

It should throw an exception if the deviation is non-numeric.
    public function testDeviationNonNumeric()
    {
        new ComputedResult(10, 'hello');
    }