summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Table_test.php
AgeCommit message (Collapse)AuthorFilesLines
2012-03-10Fix incomplete and skipped testTaufan Aditya1-8/+43
2012-03-09Fix issue #1148tiyowan1-23/+41
Rewrote tests to use reflection to access protected/private functions of Table class. This fixes fatal errors that prevent the test suite from executing other tests. Signed-off-by: tiyowan <tiyowan@gmail.com>
2011-04-22Reworked unit tests to match rest of framework and added a few more.Eric Barnes1-13/+13
2011-04-21Cleanup in Parser_test...Adding Table_test Pascal did earlier.Greg Aker1-0/+291