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.
phpunit will use the phpunit.xml.dist in absence of the phpunit.xml. The default phpunit.xml(.dist) should not define logging targets as that is very specific to the context where and how the tests are run. So I suggest renaming phpunit.xml to phpunit.xml.dist and commenting out the logging section.
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.