Neos\Flow\Tests\Unit\Persistence\Doctrine\Mapping\Driver\FlowAnnotationDriverTest::classAndPropertyNameToJoinTableNameMappings PHP Method

classAndPropertyNameToJoinTableNameMappings() public method

Data provider for testInferJoinTableNameFromClassAndPropertyName
    public function classAndPropertyNameToJoinTableNameMappings()
    {
        return [[64, \Neos\Party\Domain\Model\Person::class, 'propertyName', 'neos_party_domain_model_person_propertyname_join'], [64, 'SomePackage\\Domain\\Model\\Blob', 'propertyName', 'somepackage_domain_model_blob_propertyname_join'], [64, Security\Policy\Role::class, 'propertyName', 'neos_flow_security_policy_role_propertyname_join'], [64, Security\Account::class, 'propertyName', 'neos_flow_security_account_propertyname_join'], [64, \Neos\Flow\Security\Authorization\Resource\SecurityPublishingConfiguration::class, 'propertyName', 'neos_flow_security_authorization_resourc_07c54_propertyname_join'], [30, \Neos\Flow\Security\Authorization\Resource\SecurityPublishingConfiguration::class, 'propertyName', 'neos_f_07c54_propertyname_join'], [30, \Neos\Flow\Security\Authorization\Resource\SecurityPublishingConfiguration::class, 'somePrettyLongPropertyNameWhichMustBeShortened', 'neos_flow_security_autho_6afa5']];
    }