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

https://github.com/cba85/teach-pest-example

🎓 Pest tests example
https://github.com/cba85/teach-pest-example

pest pest-php unit-testing

Last synced: 10 months ago
JSON representation

🎓 Pest tests example

Awesome Lists containing this project

README

          

# Pest tests example

Pest tests example.

1. Unit tests
2. Integration tests

## Install

```
$ composer install
```

## Tests

```
$ ./vendor/bin/pest
```