Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Allow registering already instantiated entity definition providers #702

Merged
merged 1 commit into from Dec 27, 2021

Conversation

localheinz
Copy link
Member

This pull request

  • allows registering already instantiated entity definition providers

Fixes #503.

@codecov
Copy link

codecov bot commented Dec 27, 2021

Codecov Report

Merging #702 (9f58a31) into main (6043661) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 9f58a31 differs from pull request most recent head f08c837. Consider uploading reports for the commit f08c837 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##               main     #702      +/-   ##
============================================
+ Coverage     98.53%   98.55%   +0.01%     
- Complexity      103      105       +2     
============================================
  Files            25       25              
  Lines           342      345       +3     
============================================
+ Hits            337      340       +3     
  Misses            5        5              
Impacted Files Coverage Δ
src/FixtureFactory.php 96.75% <100.00%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6043661...f08c837. Read the comment docs.

@localheinz localheinz merged commit bb7f944 into main Dec 27, 2021
@localheinz localheinz deleted the feature/register branch December 27, 2021 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow loading of already instantiated EntityDefinitionProviders
2 participants