Neos\Flow\Tests\Unit\Property\TypeConverter\DateTimeConverterTest::convertFromIntegerOrDigitStringsWithoutConfigurationDataProvider PHP Method

convertFromIntegerOrDigitStringsWithoutConfigurationDataProvider() public method

See also: convertFromIntegerOrDigitStringWithoutConfigurationTests()
See also: convertFromIntegerOrDigitStringInArrayWithoutConfigurationTests()
    public function convertFromIntegerOrDigitStringsWithoutConfigurationDataProvider()
    {
        return [['1308174051'], [1308174051]];
    }