godbout / dash-docset-builder

Dash Docset Builder in PHP. 📂️
MIT License
110 stars 11 forks source link

add installation tests #11

Closed godbout closed 3 years ago

godbout commented 3 years ago

currently the tests are testing the functionality of the builder, when you require it from an existing root composer.json. but there is no test to see if the package can be installed without a composer.json. sometimes constraints might fail. see: https://github.com/godbout/dash-docset-builder/issues/9

tests should be added to see if installation goes through smoothly.