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: Compose SchemaNormalizer into ComposerJsonNormalizer #10

Merged
merged 2 commits into from
Jan 13, 2018

Conversation

localheinz
Copy link
Member

@localheinz localheinz commented Jan 13, 2018

This PR

  • updates localheinz/json-normalizer
  • composes the SchemaNormalizer into ComposerJsonNormalizer

💁‍♂️ For reference, see ergebnis/json-normalizer@3a07f98...0.1.0.

@localheinz localheinz self-assigned this Jan 13, 2018
@codecov
Copy link

codecov bot commented Jan 13, 2018

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #10   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity       38     38           
=======================================
  Files             6      6           
  Lines           127    128    +1     
=======================================
+ Hits            127    128    +1
Impacted Files Coverage Δ Complexity Δ
src/Normalizer/ComposerJsonNormalizer.php 100% <100%> (ø) 4 <1> (ø) ⬇️

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 2b56f17...0117001. Read the comment docs.

@@ -60,7 +62,7 @@ public function testNormalizeNormalizes()
"authors": [
{
"role": "Lieutenant",
"url": "https://de.wikipedia.org/wiki/Helmut_Körschgen",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently, umlauts aren't valid according to the JSON schema validation.

@localheinz localheinz force-pushed the feature/schema-normalizer branch from dd5f8b4 to 0117001 Compare January 13, 2018 22:30
@localheinz localheinz merged commit f219051 into master Jan 13, 2018
@localheinz localheinz deleted the feature/schema-normalizer branch January 13, 2018 22:48
@localheinz localheinz mentioned this pull request Jan 13, 2018
1 task
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.

1 participant