Skip to content

kenjis/ci-hmvc-ci-phpunit-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter HMVC and ci-phpunit-test

If you want to see PHP5 code, check out https://github.com/kenjis/ci-hmvc-ci-phpunit-test/tree/php54.

Note

Requirements

  • PHP 7.2 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
$ composer test

References