Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

pest pest-php unit-testing

Last synced: 1 day 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
```