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
- Host: GitHub
- URL: https://github.com/cba85/teach-pest-example
- Owner: cba85
- Created: 2023-12-10T14:23:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T14:30:07.000Z (over 2 years ago)
- Last Synced: 2025-06-08T17:40:55.277Z (about 1 year 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
```