03-25-2016, 06:28 AM
I added a new functionality (monkey patching) which can replace constant values on `dev-master`.
See https://github.com/kenjis/ci-phpunit-tes...-constants
See https://github.com/kenjis/ci-phpunit-tes...-constants
ci-phpunit-test for CodeIgniter 3.0
|
03-25-2016, 06:28 AM
I added a new functionality (monkey patching) which can replace constant values on `dev-master`.
See https://github.com/kenjis/ci-phpunit-tes...-constants
04-17-2016, 01:42 AM
Hi there!
I've just released ci-phpunit-test v0.12.0. This is minor update. It includes Monkey Patching on constants. See https://github.com/kenjis/ci-phpunit-test/releases
06-11-2016, 02:26 AM
Thanks to all users, ci-phpunit-test got more than 10,000 installs via Composer!
https://packagist.org/packages/kenjis/ci...test/stats And today I released ci-phpunit-test v0.12.1. This is a minor bug fix release. See https://github.com/kenjis/ci-phpunit-test/releases
06-25-2016, 01:18 AM
I've just pushed the bug fix for Monkey Patching to the master branch.
If you use interfaces and/or abstract classes with monkey patching, try the latest dev-master. https://github.com/kenjis/ci-phpunit-test
07-23-2016, 04:59 AM
I fixed the bug that Monkey Patching does not work at all on Windows.
If you are using Windows, please try the latest dev-master. https://github.com/kenjis/ci-phpunit-test
07-23-2016, 09:35 PM
Hi!
I've just released ci-phpunit-test v0.12.2. This release fixes bugs in monkey pathing. See https://github.com/kenjis/ci-phpunit-test/releases
Hello,
I'm trying your tests solutions. But it doesn't work on my system. I'm on linux, it's look like I have a too old versionof phpunit (4.2.6), so I obtain this message : Class 'PHP_Token_Stream' not found. I'm trying composer to use a newer phpunit : Code: [...] But it doesn't work better, it's always my old version that's running. Any idea please ?
10-26-2016, 04:56 PM
(10-25-2016, 05:52 AM)bvrignaud Wrote: Hello, How do you run phpunit? Try this on your project root directory: $ vendor/bin/phpunit -c application/tests/
10-28-2016, 12:26 AM
(10-26-2016, 04:56 PM)kenjis Wrote: How do you run phpunit? Try this on your project root directory: It works. Thank you kenjis !!
11-12-2016, 01:00 AM
I added some functions in master branch:
https://github.com/kenjis/ci-phpunit-tes...t-released Please try, if you have interest. |