An open API service indexing awesome lists of open source software.

https://github.com/sheitak/tests-courses

Units and Integration PHP Tests
https://github.com/sheitak/tests-courses

Last synced: 12 months ago
JSON representation

Units and Integration PHP Tests

Awesome Lists containing this project

README

          

## Tests Courses

Integration Continue App for tests.

You can generate coverage file with this command :
```php
phpunit --coverage-clover="./coverage/coverage.xml" ./Tests --whitelist="./src"
```

If you want other extension files, you can add xml balise in
```php
phpunit.xml
```

SonarCloud needed the junit.xml file for historic compatibility reasons.
Don't forget specify the path ; `sonar.php.coverage.reportPaths=coverage.xml` in `sonar-project.properties` file.