Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 422 Bytes

File metadata and controls

15 lines (11 loc) · 422 Bytes

php-sorting-algorithm

Sorting Algorithm using PHP and Strategy Pattern (MVC)

Setting Up Application

  1. Clone/Download Repo
  2. Put inside your local server
  3. Run in cmd: composer install

You can visit via http://localhost, depends on how you setup your local server.

Running PHPUnit Tests

  1. Run in cmd: composer install
  2. Run in cmd: composer dump-autoload
  3. Run in cmd: ./vendor/bin/phpunit tests --colors