Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvn-alcantara/testing-exerc
https://github.com/kvn-alcantara/testing-exerc
php phpunit unit-testing
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kvn-alcantara/testing-exerc
- Owner: kvn-alcantara
- Created: 2024-07-05T13:43:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:17:29.000Z (7 months ago)
- Last Synced: 2024-09-26T19:41:56.908Z (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
```