11 lines
170 B
Markdown
11 lines
170 B
Markdown
# Library
|
|
## Développement
|
|
|
|
### Documentations
|
|
http://www.php-fig.org/psr/psr-4/
|
|
|
|
### Tests unitaires
|
|
Pour lancer les tests unitaires:
|
|
```
|
|
vendor/bin/phpunit tests/*
|
|
``` |