Respect\Validation\Rules\NumericValTest::providerForNumeric PHP Method

providerForNumeric() public method

public providerForNumeric ( )
    public function providerForNumeric()
    {
        return [[165], [165.0], [-165], ['165'], ['165.0'], ['+165.0']];
    }