CodeIgniter, Unit Testing, and Continuous Integration

Posted by blork on Stack Overflow See other posts from Stack Overflow or by blork
Published on 2010-03-14T17:39:06Z Indexed on 2010/03/14 17:45 UTC
Read the original article Hit count: 257

As part of a University project, my team and I have to set up automated unit testing with CruiseControl.rb. We chose to use CodeIgniter for the project, and are having some problems getting everything working together. Does anyone have experience setting up such a configuration? Some of the unit testing frameworks we've tried are:

  • PHPUnit
  • SimpleTest
  • Toast

...but we've had no success with any of them.

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about unit-testing