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
- Host: GitHub
- URL: https://github.com/getotterwise/php-example-pestphp-type-coverage
- Owner: getOtterWise
- Created: 2024-09-30T15:27:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T21:32:22.000Z (about 1 year ago)
- Last Synced: 2025-01-26T13:17:41.387Z (about 1 year ago)
- Topics: codecoverage, pestphp, php, typecoverage
- Language: PHP
- Homepage: https://getotterwise.com
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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:
[](https://otterwise.app/github/getotterwise/php-example-pestphp-type-coverage)
## Running
```bash
./vendor/bin/pest --type-coverage
```