Skip to content

sowebdev/introduction-phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction aux tests unitaires avec PHPUnit

Exemples pratiques

Prérequis

Installer PHPUnit

wget https://phar.phpunit.de/phpunit.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
phpunit --version
PHPUnit x.y.z by Sebastian Bergmann and contributors.

About

Introduction aux tests unitaires avec PHPUnit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published