franklinrabay / dojo-tdd

Dojo Red&White about TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dojo-tdd

Dojo Red&White about TDD

What you will need?

  1. Apache mod_rewrite installed and enabled
  2. Composer
  3. PHPUnit to run tests

How to install

  1. Clone the repository to your machine
  2. Check .htaccess File, the RewriteBase /tdd must be moved to your base path name (Example: dojo-tdd)
  3. Check your Routes file /src/Core/routes.php the $router->setBasePath('/tdd'); must be moved to your base path (Example: dojo-tdd)

How to run

  1. Execute composer install to install dependencies
  2. Access http://localhost/dojo-tdd (Or your base path if you changed it)
  3. 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 ;)

About

Dojo Red&White about TDD


Languages

Language:PHP 95.9%Language:ApacheConf 4.1%