Welcome Guest, Not a member yet? Register   Sign In
ci-phpunit-test for CodeIgniter 3.0
#21

I'm developing monkey patching functionality more.

* Patching Functions
* Patching Methods in User-defined Classes

They work in dev-master code.

If you are interested in that functionality, please try `dev-master`. Feedback is welcome.

Here is documentation.
https://github.com/kenjis/ci-phpunit-tes...y-patching
Reply
#22

I changed specifications in Function Patching on `dev-master`.

See
https://github.com/kenjis/ci-phpunit-tes...y-patching
https://github.com/kenjis/ci-phpunit-tes...-functions

If there is no problem, I will release as v0.6.0.
Reply
#23

v0.6.1 was released! (v0.6.0 was canceled because of trivial documentation mistakes)

https://github.com/kenjis/ci-phpunit-test/releases

This version has two new monkey patchers:
* Patching Functions
* Patching Methods in User-defined Classes

And added `$this->resetInstance()` method for better model testing.
Reply
#24

v0.6.2 bug fix version released.
https://github.com/kenjis/ci-phpunit-test/releases
Reply
#25

Hi, I added docs for testing with CodeIgniter Rest Server.
https://github.com/kenjis/ci-phpunit-tes...est-server

Unfortunately, we have to change the code of REST_Controller.php.
Reply
#26

Some features added, a few bugs fixed in master branch.
https://github.com/kenjis/ci-phpunit-tes...t-released

If you try to test your REST controllers, please test lastest master branch.
Reply
#27

I improved documentation for v0.7.0 (Not Released)
https://github.com/kenjis/ci-phpunit-tes...teTests.md

Any comments are welcome.
Reply
#28

v0.7.0 was released!

https://github.com/kenjis/ci-phpunit-test/releases

Now you can write tests for REST controllers more easily.
Reply
#29

v0.8.0 was released!

https://github.com/kenjis/ci-phpunit-test/releases

Mainly bug fixes.
Reply
#30

I've fixed the bug when you have 404_override, the controller is called in the Bootstrap.

https://github.com/kenjis/ci-phpunit-test/pull/63

I'm going to release v0.8.1 bug fix version soon.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB