CodeIgniter Forums
ci-phpunit-test for CodeIgniter 3.0 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: ci-phpunit-test for CodeIgniter 3.0 (/showthread.php?tid=61725)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 11-20-2016

Hi!

I've just released ci-phpunit-test v0.13.0.
I hope this is the final version before releasing v1.0.0.

See https://github.com/kenjis/ci-phpunit-test/releases
Enjoy testing!


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 12-06-2016

I'm planning to add file upload testing.
See https://github.com/kenjis/ci-phpunit-test/pull/157


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 12-08-2016

Merged file upload testing functionality into `dev-master`.
See https://github.com/kenjis/ci-phpunit-test/pull/157

It will be included in the next release (v0.14.0).


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 01-10-2017

Now ci-phpunit-test (dev-master) is compatible with CI 3.1.3.
https://github.com/kenjis/ci-phpunit-test


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 02-09-2017

Hi there!

I've just released the latest ci-phpunit-test v0.14.0!
  • download_helper for testing.
  • Now you can write test code for file uploading in controller testing.
  • Compatible with PHPUnit 6.0
and more.

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


RE: ci-phpunit-test for CodeIgniter 3.0 - bvrignaud - 02-09-2017

Thank you very mutch Kenjis for your job. It's so useful.
I use it every day.

thanks, thanks, ..


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 02-09-2017

(02-09-2017, 04:28 AM)bvrignaud Wrote: Thank you very mutch Kenjis for your job. It's so useful.
I use it every day.

thanks, thanks, ..

You're welcome!
It is awesome that you write/run tests every day.


RE: ci-phpunit-test for CodeIgniter 3.0 - [email protected] - 03-28-2017

(11-20-2016, 05:08 AM)kenjis Wrote: Hi!

I've just released ci-phpunit-test v0.13.0.
I hope this is the final version before releasing v1.0.0.

See https://github.com/kenjis/ci-phpunit-test/releases
Enjoy testing!

Hi now i used ur unit test library, i have to use after login session data for further testing , so how can i get session data when login success in my site?
thanks in advance...


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 04-22-2017

(03-28-2017, 02:22 AM)[email protected] Wrote: Hi now i used ur unit test library, i have to use after login session data for further testing , so how can i get session data when login success in my site?
thanks in advance...

What do you want to test?


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 04-22-2017

I've just released v0.15.0!

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