eZ\Publish\Core\FieldType\Tests\FloatValueValidatorTest::providerForValidateConstraintsOK PHP Метод

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

    public function providerForValidateConstraintsOK()
    {
        return array(array(array(), array('minFloatValue' => 5), array('maxFloatValue' => 2.2), array('minFloatValue' => null, 'maxFloatValue' => null), array('minFloatValue' => -5, 'maxFloatValue' => null), array('minFloatValue' => null, 'maxFloatValue' => 12.7), array('minFloatValue' => 6, 'maxFloatValue' => 8.300000000000001)));
    }