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

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

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:

[![OtterWise Coverage](https://img.shields.io/endpoint?url=https://otterwise.app/badge/github/getotterwise/php-example/0d221f6b-3525-4ae8-84a9-7363b02a0b65)](https://otterwise.app/github/getotterwise/php-example)

## Running

```bash
vendor/bin/phpunit
```