library/README.md

11 lines
170 B
Markdown
Raw Normal View History

2017-03-28 16:24:25 +02:00
# Library
## Développement
2017-03-31 12:04:08 +02:00
### Documentations
http://www.php-fig.org/psr/psr-4/
2017-03-28 16:24:25 +02:00
### Tests unitaires
Pour lancer les tests unitaires:
```
vendor/bin/phpunit tests/*
```