https://github.com/walderlansena/test-with-php
https://github.com/walderlansena/test-with-php
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walderlansena/test-with-php
- Owner: WalderlanSena
- Created: 2024-04-11T14:50:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T17:26:32.000Z (over 1 year ago)
- Last Synced: 2024-04-13T09:31:34.224Z (over 1 year ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Implementando teste com Php / phpunit

Teste unitários em php e phpunit
## Uso
Configurando o ambiente
```shell
$ docker compose up -d --build
```
Executando os testes
```shell
$ docker compose exec php_test php ./vendor/bin/phpunit
```
## License
[MIT license](https://github.com/WalderlanSena/test-with-php/blob/master/LICENSE)