Blame view

TESTS.sh 605 Bytes
cc91ed53   epallier   Nombreux bugfixes :
1
2
3
# Souvent necessaire pour que les tests se passent bien:
sudo chmod o+w tmp/cache/persistent/myapp_cake_core_translations_*

aae9bb28   Etienne Pallier   amelioration TEST...
4
5
6
7
8
vendor/bin/phpunit || vendor/phpunit/phpunit/phpunit

# Si ca ne marche pas, essayer plutot:
#vendor/phpunit/phpunit/phpunit

6146bc13   Etienne Pallier   IMPORTANTE MISE A...
9
10
11
12
# Plus de details:
#vendor/bin/phpunit --debug
#vendor/bin/phpunit --verbose --log-tap tap.log
#vendor/bin/phpunit --testdox
221e51df   Etienne Pallier   nouveau script po...
13

8630ba32   Etienne Pallier   Bugfix tests
14
15
16
17
# Executer UN SEUL test:
# Ex: je veux executer ONLY le test testMat31CreateAs() de MaterielsControllerTest:
#vendor/bin/phpunit --filter testMat31CreateAs
#vendor/bin/phpunit --filter testMat32CreateAdministratifOrTechnicalAs