You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: