Neos\Flow\Tests\Unit\Property\PropertyMapperTest::convertCallsCanConvertFromWithTheFullNormalizedTargetTypeDataProvider PHP Method

convertCallsCanConvertFromWithTheFullNormalizedTargetTypeDataProvider() public method

    public function convertCallsCanConvertFromWithTheFullNormalizedTargetTypeDataProvider()
    {
        return [['source' => 'foo', 'fullTargetType' => 'string'], ['source' => 'foo', 'fullTargetType' => 'array'], ['source' => 'foo', 'fullTargetType' => 'array<string>'], ['source' => 'foo', 'fullTargetType' => 'SplObjectStorage'], ['source' => 'foo', 'fullTargetType' => 'SplObjectStorage<Some\\Element\\Type>']];
    }