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

Fix: Throw ClassMetadataNotFound exception #126

Merged
merged 1 commit into from Mar 30, 2020

Conversation

localheinz
Copy link
Member

This PR

  • throws a ClassMetadataNotFound exception when class metadata could not be found for a referenced class name

Follows #1.

@localheinz localheinz added the bug label Mar 30, 2020
@localheinz localheinz self-assigned this Mar 30, 2020
@codecov
Copy link

codecov bot commented Mar 30, 2020

Codecov Report

Merging #126 into master will increase coverage by 0.05%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #126      +/-   ##
============================================
+ Coverage     94.38%   94.44%   +0.05%     
- Complexity       68       71       +3     
============================================
  Files            11       12       +1     
  Lines           196      198       +2     
============================================
+ Hits            185      187       +2     
  Misses           11       11              
Impacted Files Coverage Δ Complexity Δ
src/FixtureFactory.php 91.50% <33.33%> (-0.08%) 39.00 <0.00> (+1.00) ⬇️
src/Exception/ClassMetadataNotFound.php 100.00% <100.00%> (ø) 2.00 <2.00> (?)

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 c38dd49...4c8923d. Read the comment docs.

@localheinz localheinz merged commit a4ac7b8 into master Mar 30, 2020
@localheinz localheinz deleted the feature/class-metadata-not-found branch March 30, 2020 18:27
@localheinz localheinz mentioned this pull request Mar 30, 2020
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant