Skip to content

Add Tests for use with custom entity manager #108

@Chris53897

Description

@Chris53897

There are some problems that users reported, which occur only with the use of a custom entity manager.
If someone has some time, to write test for ot, that would be great.
#76 (comment)

        entity_managers:
            default:
                connection: dynamic
                naming_strategy: doctrine.orm.naming_strategy.underscore
           ...
            main:
                connection: main
                naming_strategy: doctrine.orm.naming_strategy.underscore
                mappings:
                    main:
                        is_bundle: false
                        dir: "%kernel.project_dir%/src/Entity/main"
                        prefix: 'App\Entity\main'
                    DukecityCommandSchedulerBundle: ~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions