Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3olen/phpunit-tp
Base de code pour le TP PHPUnit.
https://github.com/3olen/phpunit-tp
phpunit tutorial
Last synced: about 1 month ago
JSON representation
Base de code pour le TP PHPUnit.
- Host: GitHub
- URL: https://github.com/3olen/phpunit-tp
- Owner: 3OLEN
- Created: 2024-01-08T06:55:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T23:27:37.000Z (about 1 year ago)
- Last Synced: 2024-10-31T04:22:24.845Z (3 months ago)
- Topics: phpunit, tutorial
- Language: PHP
- Homepage: https://3olen.github.io/cours-initiaux/phpunit/tp/1
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPUnit TP
Base de code pour le TP sur PHPUnit, promotion `Lumminus`
## 🎯 Objectifs
- **Qualité d'une application PHP** : Mettre en place des tests unitaires codés pour contribuer à la qualité
d'une application PHP.
- **Approfondir** : RĂ©diger des tests complexes : `Reflection`, `Mocks`, `DataProviders`.## đź“„ Consignes
➡️ [Accéder au sujet](https://3olen.github.io/cours-initiaux/phpunit/tp/1).
## 🔨 Commandes
- `bin/dev/application` : Exécution de l'application console.
- `bin/dev/composer` : Exécution de `composer`.
- `bin/dev/phpunit` : Exécution des tests unitaires.