https://github.com/kvn-alcantara/testing-exerc
https://github.com/kvn-alcantara/testing-exerc
php phpunit unit-testing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kvn-alcantara/testing-exerc
- Owner: kvn-alcantara
- Created: 2024-07-05T13:43:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:17:29.000Z (11 months ago)
- Last Synced: 2025-02-08T03:32:24.658Z (4 months ago)
- Topics: php, phpunit, unit-testing
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Apostila - Treinamento de Testes Automatizados
### Requisitos:
- Composer
- PHP 8.1### Rodando os testes:
```sh
composer test
```