-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ContainerProvider for unit tests
Replace explicit third-party service definitions with third-party service providers. This resolves issues stemming from third-party dependencies expecting internal or optional dependencies to be present. Examples: - "module/classes" is a feature from charcoal-app that is supported by charcoal-view and charcoal-core but unnecessary for charcoal-ui. - Zend Framework is in transition to become Laminas; zend-permissions-acl / laminas-permissions-acl is required by charcoal-user but incidental for charcoal-ui.
- Loading branch information
Showing
12 changed files
with
68 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.