https://github.com/mtvee/ciut
Unit testing suite for CodeIgniter
https://github.com/mtvee/ciut
Last synced: about 1 year ago
JSON representation
Unit testing suite for CodeIgniter
- Host: GitHub
- URL: https://github.com/mtvee/ciut
- Owner: mtvee
- License: gpl-3.0
- Created: 2009-02-03T18:38:03.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T12:42:27.000Z (over 8 years ago)
- Last Synced: 2025-02-15T03:42:39.558Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
ciut - Unit Testing Suite for CodeIgniter
=========================================
J. Knight
:Author Initials: jbk
CIUT is a simple unit testing suite for CodeIgniter.
You can get the code at: http://github.com/mtvee/ciut
The structure of the repo is the basic structure I use. Check out
the comments in the header of 'application/libraries/Ciut.php'
for more details. I think things should be self-explanatory.
If you have any comments/fixes/questions etc, please feel free to contact me
at the address above.
Hope this helps your coding! :)
Changes
-------
- Updated for CI 3.x 2017-11-17 (there is a ci2.x branch in the repo)