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 - 03-02-2021

I've released ci-phpunit-test v1.0.0, v2.0.0 and v3.0.0.
https://github.com/kenjis/ci-phpunit-test/releases

v3.0.0: PHP 7.3 or later, PHPUnit 9.3 or later
v2.0.0: PHP 7.2 or later, PHPUnit 8.1 to 9.2
v1.0.0: PHP 5.4.0 or later (5.6 or later is recommended), PHPUnit 4.3 to 7.5 (4.8 or later is recommended)

Happy Testing!


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 07-13-2021

I've released ci-phpunit-test v1.0.1, v2.0.1 and v3.0.1.
https://github.com/kenjis/ci-phpunit-test/releases

They are minor bug fixes.


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 10-27-2021

v3.0.2 was released!
https://github.com/kenjis/ci-phpunit-test/releases


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 03-16-2022

v3.0.3, v2.0.2, v1.0.2 were released!
Compatible with CodeIgniter 3.1.13
https://github.com/kenjis/ci-phpunit-test/releases


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 03-17-2022

If you want to use PHP 8.1, try the latest `3.x` branch.
https://packagist.org/packages/kenjis/ci-phpunit-test#3.x-dev


RE: ci-phpunit-test for CodeIgniter 3.0 - kenjis - 12-25-2022

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


RE: ci-phpunit-test for CodeIgniter 3.0 - e-ujian - 12-27-2022

(03-02-2021, 03:57 AM)kenjis Wrote: v0.19.0 was released!
Enjoy testing!

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

Hi, all!

Now I maintain PHP 5.4 to PHP 7.4, 8 PHP versions, and
PHPUnit 4.8 to 9.5.
https://travis-ci.org/github/kenjis/ci-phpunit-test/builds/761109019
https://travis-ci.org/github/kenjis/ci-phpunit-test/builds/761110518

What versions of PHPUnit and PHP are you using?

Interesting to test