Skip to content

viniciuswebdev/curso-php-phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Testes unitários e TDD com PHP e PHPUnit

Material do curso

https://www.udemy.com/testes-unitarios-php-phpunit/

Instruções

Clone o projeto:

git clone git@github.com:viniciuswebdev/curso-php-phpunit.git

Parte 1

Para executar os testes da parte 1 basta acessar o diretório:

cd curso-php-phpunit/parte_1

E executar os testes:

php run_tests.php

Parte 2

Para executar os testes da parte 2 siga as seguintes instruções:

Acesse o diretório do projeto:

cd curso-php-phpunit/parte_2

Instale as dependências:

./composer.phar install

Execute os testes:

./vendor/bin/phpunit src/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages