Skip to content
Snippets Groups Projects
Commit 6e2aa827 authored by Maxime Veber's avatar Maxime Veber
Browse files

Fix README

parent 5b378c3c
No related branches found
No related tags found
No related merge requests found
Training PHPUnit
================
Run the docker
--------------
Runing it inside docker
------------------------
```bash
docker build . -t phpunit:test
......@@ -20,6 +20,21 @@ mv ../composer.phar .
./composer.phar install
```
Running it with PHP directly
----------------------------
### Installation
```bash
composer install
```
### Run
```
bin/console server:run
```
Faire un test PHPUnit simple
----------------------------
......@@ -32,6 +47,7 @@ Faire un test PHPUnit simple
https://www.youtube.com/watch?v=ubrLxJrtcX0
https://www.youtube.com/watch?v=dpciZ0D-Hhc&index=3&list=RDGMEMYH9CUrFO7CfLJpaD7UR85wVMeY_B8jW2Sws
```
Faire un test PHPUnit fonctionnel
---------------------------------
......@@ -52,4 +68,4 @@ Problèmes de limitation avec Github
1. Aller à https://github.com/settings/tokens
2. Créer un token
3. Copier le token pour lancer la commande `./composer.phar config -g github-oauth.github.com [token]`
\ No newline at end of file
3. Copier le token pour lancer la commande `./composer.phar config -g github-oauth.github.com [token]`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment