Neos\Flow\Tests\Unit\Property\TypeConverter\DateTimeConverterTest::convertFromThrowsExceptionIfDatePartKeysHaveInvalidValuesSpecified PHP Метод

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

    public function convertFromThrowsExceptionIfDatePartKeysHaveInvalidValuesSpecified($source)
    {
        $this->converter->convertFrom($source, 'DateTime');
    }