sitewards / setup

This is a module that allows a developer to import and export content and configuration via the command line to any framework, as long as a bridge module for that framework has been built.
MIT License
7 stars 0 forks source link

Add unit testing #2

Open dpoposki opened 7 years ago

dpoposki commented 7 years ago

We currently have some unit tests in the library, but would be cool to have a higher coverage. We need to check if the current ones are working.

dmanners commented 7 years ago

Extra infromation from Vinai:

dpoposki commented 7 years ago

We bumped PHPUnit minimum requirement to 5.7 in #20

dmanners commented 7 years ago

Covered the renaming of phpunit.xml in #30