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
- Host: GitHub
- URL: https://github.com/sheitak/tests-courses
- Owner: Sheitak
- License: gpl-3.0
- Created: 2022-11-30T12:41:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T15:22:44.000Z (over 3 years ago)
- Last Synced: 2025-03-14T12:34:39.434Z (over 1 year ago)
- Language: PHP
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
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.