Task #1044 - Implementation de PHPUNIT

Ajout explication, corrige test
This commit is contained in:
Dany De Bontridder 2014-11-07 23:56:05 +01:00
parent 31395e5817
commit 2a9161fa31
4 changed files with 21 additions and 6 deletions

View file

@ -10,4 +10,9 @@ Testing commande en ligne
=========================
Génération
php <chemin>/phpunit-skelgen.phar --bootstrap bootstrap.php --test -- Intervat ../include/class_transform_intervat.php
php <chemin>/phpunit.phar --tap --colors --bootstrap ../bootstrap.php class_acc_accountTest.php
php <chemin>/phpunit.phar --tap --colors --bootstrap ../bootstrap.php class_acc_accountTest.php
Génération pour tous les fichiers
=================================
Permet de voir les lignes de code qui ont été testées
php <chemin>/phpunit.phar --coverage-html html --bootstrap bootstrap.php include