Neos\Flow\Tests\Unit\Mvc\Controller\MvcPropertyMappingConfigurationTest::fluentInterfaceMethodsDataProvider PHP Method

fluentInterfaceMethodsDataProvider() public method

public fluentInterfaceMethodsDataProvider ( ) : array
return array Signature: $methodToTestForFluentInterface [, $argumentsForMethod = array() ]
    public function fluentInterfaceMethodsDataProvider()
    {
        return [['allowCreationForSubProperty', ['some.property.path']], ['allowModificationForSubProperty', ['some.property.path']], ['setTargetTypeForSubProperty', ['some.property.path', 'dummy\\Target\\Type']], ['allowOverrideTargetType']];
    }