a13xh7 / QaraTMS

QaraTMS is open source test case, test suites, test plans and test runs management tool.
MIT License
62 stars 19 forks source link

Fix php unit config for coverage #47

Closed ENG3PLabs closed 2 weeks ago

ENG3PLabs commented 2 weeks ago

While checking the config for the unit tests I found out that the <filter> tag is not allowed in phpunit.xml anymore. I updated it with the required configurations for phpunit 10 and added the directory for test-coverage-reports to the .gitignore.