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

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

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