My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

Development moved

Since CI 2.0 is out I've decided to refresh the CIUnit application. The development was moved to bitbucket to improve the information flow with the community.

https://bitbucket.org/grisha/ciunit

Old content

The project was originally created by Clemens "rafsoaken" Gruenberger (til version 0.16).

Mario "Kuroir" Ricalde modified it and released version 0.17 that was the seed of the project's root.

This page covers

Development

Currently the development focuses on PHP 5.3 compatibility, extended CI integration and using latest PHPUnit version. The upcoming version 0.18 will be designed for CI 2.0 compatibility, thus backward compatibility can be quite poor - but that's not the last word.

Notes

  • CIUnit was updated to work completely with CodeIgniter 1.7.2
  • CIUnit is completely separated from the CodeIgniter Core Files.
  • CIUnit has it's own modified core files and will load them only when needed (by using the console for instance).
  • CIUnit won't use the system index.php anymore, instead it'll use libraries/fooStack/fooBase/index.php

This is to prevent CIUnit/Foostack to cause any extra load on production.

Folder structure

  • libraries/fooStack/fooBase/index.php (Application and System Folder)
  • tests/settings.php (Optional: only edit if you want to move index.php)
Powered by Google Project Hosting