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

convertFromArrayThrowsExceptionForEmptyArray() public method

    public function convertFromArrayThrowsExceptionForEmptyArray()
    {
        $this->converter->convertFrom([], 'DateTime', [], null);
    }