This project is a small test in order to count all word references.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to launch unit and functional tests, you need to have php7.1+ and phpunit
php 7.1+
phpunit 6.4+
In order to take the autoloaders, you need to configure your tests with the given file :
/tests/phpunit.xml
Example of command line :
php /path/to/phpunit.phar -c .\tests\phpunit.xml --testdox
This project follows those PHP best practices :
- Yoann Blot - github
Enjoy!