summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Loader_test.php
AgeCommit message (Collapse)AuthorFilesLines
2012-03-28Adding autoloader and mocks directoryTaufan Aditya1-37/+1
2012-03-10Fix test errors in Loader_test.php and URI_test.phpHamza Bhatti1-6/+6
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-22Reworked unit tests to match rest of framework and added a few more.Eric Barnes1-14/+14
2011-04-21load->file() tests.Greg Aker1-4/+16
2011-04-21config CI_Loader tests.Greg Aker1-9/+27
2011-04-21Adding mock testing of libraries in the application directoryGreg Aker1-12/+46
2011-04-21Testing view loading.Greg Aker1-0/+17
2011-04-21Buttoning up model loader tests.Greg Aker1-19/+20
2011-04-21Swap from assertEquals(FALSE, x) to just assertFalse(). Silly Greg.Greg Aker1-1/+1
2011-04-21Working on tests in the loader. Have generic model mocking working with ↵Greg Aker1-44/+90
vfsStream.
2011-04-21Renamed the main test class, fixing test cases.Pascal Kriete1-3/+2
2011-04-21Adding early bootstrap ideas for core test suitePascal Kriete1-0/+144