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

https://github.com/getotterwise/php-example-pestphp-type-coverage

Type Coverage example with Pest PHP
https://github.com/getotterwise/php-example-pestphp-type-coverage

codecoverage pestphp php typecoverage

Last synced: about 1 year ago
JSON representation

Type Coverage example with Pest PHP

Awesome Lists containing this project

README

          

# PHP Type Coverage Example with PestPHP

Here is a very simple example of a PHP project with PestPHP and Type Coverage (+ Code Coverage), using OtterWise.

It uses [PestPHP Type Coverage plugin](https://pestphp.com/docs/type-coverage) for Type Coverage.

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-pestphp-type-coverage/type/56df34ca-016c-4e4a-a27e-e25960904cc1)](https://otterwise.app/github/getotterwise/php-example-pestphp-type-coverage)

## Running
```bash
./vendor/bin/pest --type-coverage
```