kenjis

Results 995 comments of kenjis

@cedriclange I've updated with your HMVC code. Thank you! * CodeIgniter 3.1.11 * codeigniter-modular-extensions-hmvc codeigniter-3.x * From * PHPUnit 7.5.20 * ci-phpunit-test 1.0.x@dev

Just for your info. > The configuration file foo/default_modules.php does not exist. https://github.com/kenjis/ci-phpunit-test/issues/358#issuecomment-772363598 and https://github.com/diegosolo/ci-phpunit-test/commit/ed92001dbd0669cd6b827c012c7668b4d4216a7a

@luckydonald What do you need for it? If you set 3rd param in `$this->request()`, you can get it from `raw_input_stream`.

CI 3.0.x means just minor bug fixes. So I believe there are no problems. But I am also not sure. You're logically right. I can say, you're the first person...

When a new CI version is released, I have to provide new version of ci-phpunit-test if the core files below changes: https://github.com/kenjis/ci-phpunit-test/tree/master/application/tests/_ci_phpunit_test/replacing/core This is because ci-phpunit-test does not change your...

See https://github.com/bcit-ci/CodeIgniter/blob/3.1-stable/system/core/CodeIgniter.php#L301. There is no 3rd argument.

Thank you for your information. But I can't merge this PR until the developing CI is officially released. See https://github.com/kenjis/ci-phpunit-test/tree/master/application/tests/_ci_phpunit_test/replacing/core. The current `CodeIgniter.php` is of the current official version.

Sorry, this branch has conflicts. Can you rebase and solve the conflicts? And now we can write test for CLI::input(). See #6335 Could you try to add a test if...

`promptByKey()`: ```console $ php public/index.php Select your hobbies: [0] Playing game [1] Sleep [2] Badminton [0, 1, 2]: x The temp field must be one of: 0, 1, 2. [0,...

The output format is a bit different from `promptByKey()`. 1. Can you make the same? 2. I did not know how to input multiple values. For example: ```console $ php...