summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/URI_test.php
AgeCommit message (Collapse)AuthorFilesLines
2012-03-28Adding autoloader and mocks directoryTaufan Aditya1-32/+1
2012-03-10Fix test errors in Loader_test.php and URI_test.phpHamza Bhatti1-2/+2
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-08-28Added tests for CI_URI class. Made modifications to core class whichStephen1-0/+344
helped with isolation for testing.