Skip to content

Códigos utilizados no Webinar sobre Testes Unitários com PHP

Notifications You must be signed in to change notification settings

lafraga93/dio-webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dio-webinar-application

Códigos utilizados no Webinar realizado pela Digital Inovation One sobre Testes Unitários com PHP

https://www.youtube.com/watch?v=-aL6tOZO65Y

Dependências

composer install

Executando

Console

php bin/bootstrap.php

Browser

php -S localhost:8000 -t web/

Testes Manuais - Exemplo Start

php tests/CalculatorTest.php php tests/EmployeeTest.php

Testes com PHPUnit - Demais Exemplos

vendor/bin/phpunit

About

Códigos utilizados no Webinar sobre Testes Unitários com PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages