https://github.com/getotterwise/php-example
Example PHP Project for uploading data to OtterWise
https://github.com/getotterwise/php-example
codecoverage php
Last synced: about 1 year ago
JSON representation
Example PHP Project for uploading data to OtterWise
- Host: GitHub
- URL: https://github.com/getotterwise/php-example
- Owner: getOtterWise
- Created: 2024-08-29T13:16:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:04:32.000Z (over 1 year ago)
- Last Synced: 2025-01-26T13:17:41.540Z (about 1 year ago)
- Topics: codecoverage, php
- Language: PHP
- Homepage: https://getotterwise.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PHP Code Coverage Example
Here is a very simple example of a PHP project with PHPUnit and Code Coverage, using OtterWise.
You can view the project in OtterWise by clicking the badge below:
[](https://otterwise.app/github/getotterwise/php-example)
## Running
```bash
vendor/bin/phpunit
```