Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-10 | Fix incomplete and skipped test | Taufan Aditya | 1 | -0/+17 | |
2012-03-10 | Fix test errors in Loader_test.php and URI_test.php | Hamza Bhatti | 1 | -4/+4 | |
Change exceptions from Exception to RuntimeException since PHPUnit 3.6 doesn't like you to expect generic exceptions. The error it gives is: InvalidArgumentException: You must not expect the generic exception class travis-ci.org/#!/tiyowan/CodeIgniter/builds/832518 This issue addressed by using exceptions that are more specific. | |||||
2011-04-22 | Reworked unit tests to match rest of framework and added a few more. | Eric Barnes | 1 | -0/+22 | |
2011-04-21 | Working on tests in the loader. Have generic model mocking working with ↵ | Greg Aker | 1 | -2/+2 | |
vfsStream. | |||||
2011-04-21 | Making config_item work again after I pulled it from CI_TestCase | Pascal Kriete | 1 | -3/+9 | |
2011-04-21 | a bit of shuffling around in CI_TestCase | Pascal Kriete | 1 | -51/+38 | |
2011-04-21 | Fixing up the scope soup, and adding a way to set core config items. | Pascal Kriete | 2 | -14/+78 | |
2011-04-21 | Adding early bootstrap ideas for core test suite | Pascal Kriete | 2 | -0/+230 | |