Add ability to pass extensions to make-json command#439
Add ability to pass extensions to make-json command#439swissspidy merged 4 commits intowp-cli:mainfrom
make-json command#439Conversation
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