https://github.com/kenjis/ci-hmvc-ci-phpunit-test
CodeIgniter HMVC and ci-phpunit-test
https://github.com/kenjis/ci-hmvc-ci-phpunit-test
ci-phpunit-test codeigniter3 codeigniter3-hmvc
Last synced: 8 months ago
JSON representation
CodeIgniter HMVC and ci-phpunit-test
- Host: GitHub
- URL: https://github.com/kenjis/ci-hmvc-ci-phpunit-test
- Owner: kenjis
- Created: 2016-01-07T10:54:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T01:39:25.000Z (about 5 years ago)
- Last Synced: 2025-06-04T23:19:31.681Z (11 months ago)
- Topics: ci-phpunit-test, codeigniter3, codeigniter3-hmvc
- Language: PHP
- Homepage:
- Size: 630 KB
- Stars: 7
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeIgniter HMVC and ci-phpunit-test
* CodeIgniter 3.1.11
* codeigniter-modular-extensions-hmvc codeigniter-3.x
* From
* PHPUnit 7.5.20
* ci-phpunit-test 1.0.x@dev
If you want to see PHP5 code, check out .
## Note
* codeigniter-modular-extensions-hmvc is popular but a very complex system, and is against CodeIgniter's basic design. It brings complexity to CodeIgniter.
* So to work CodeIgniter HMVC and ci-phpunit-test together is still under way. See .
* If you can avoid using it, I recommend not use it.
* If you look for only modular system, see .
* If you want reusable *widgets*, you can find *A Simple Widget System* in the Book *[Practical CodeIgniter 3](https://leanpub.com/practicalcodeigniter3)*. Or see .
## 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
* https://github.com/bcit-ci/CodeIgniter
* https://github.com/kenjis/codeigniter-composer-installer
* https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc
* https://github.com/lemondropsarl/webase
* https://github.com/sebastianbergmann/phpunit
* https://github.com/kenjis/ci-phpunit-test