Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
🎓 Pest tests example
- Host: GitHub
- URL: https://github.com/cba85/teach-pest-example
- Owner: cba85
- Created: 2023-12-10T14:23:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-10T14:30:07.000Z (11 months ago)
- Last Synced: 2024-04-08T16:27:59.561Z (7 months ago)
- Topics: pest, pest-php, unit-testing
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```