/ci-hmvc-ci-phpunit-test

CodeIgniter HMVC and ci-phpunit-test

Primary LanguagePHP

CodeIgniter HMVC and ci-phpunit-test

  • CodeIgniter 3.0.3
  • codeigniter-modular-extensions-hmvc codeigniter-3.x (2015-11-04)
  • PHPUnit 4.8.21
  • ci-phpunit-test 1.0.x@dev

Note

Requirements

  • PHP 5.4 or later
  • composer

Note to Use

  • Please try to use MX_Controller instead of CI_Controller, if you get errors.

How to Run Tests

$ git clone https://github.com/kenjis/ci-hmvc-ci-phpunit-test.git
$ cd ci-hmvc-ci-phpunit-test/
$ composer install
$ vendor/bin/phpunit -c application/tests/

References