An open API service indexing awesome lists of open source software.

https://github.com/walderlansena/test-with-php


https://github.com/walderlansena/test-with-php

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Implementando teste com Php / phpunit

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)