-
Notifications
You must be signed in to change notification settings - Fork 59
Add ability to pass extensions to make-json command
#439
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
Add ability to pass extensions to make-json command
#439
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
|
Thanks for opening this PR, appreciate the initiative! Please note that most tests here are Behat tests instead of PHPUnit tests, see |
make-json command
Alright, I thought it would be pretty easy to unit test (did struggle a bit with mocking though 😅 ) I will have a look at the Behat tests and add some. |
|
@swissspidy I've added some basic scenarios similar to the unit tests and everything passes 🥳 |
|
@swissspidy I've updated the PR, resolved your feedback. Removed files and the new unit tests in favor of Behat tests, and lastly improved removing |
Resolves #231