parent
31395e5817
commit
2a9161fa31
4 changed files with 21 additions and 6 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue