Dojo Red&White about TDD
- Clone the repository to your machine
- Check .htaccess File, the RewriteBase /tdd must be moved to your base path name (Example: dojo-tdd)
- Check your Routes file /src/Core/routes.php the $router->setBasePath('/tdd'); must be moved to your base path (Example: dojo-tdd)
- Execute
composer install
to install dependencies - Access http://localhost/dojo-tdd (Or your base path if you changed it)
- The tests are on /tests. To run, go to terminal and run
phpunit [Filename.php]
If you have some problem to install, please mail to soufranklinrabay@gmail.com or create an issue and i will be pleasure to help you ;)