summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Driver_test.php
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+2
2012-11-25Revert some of the changes from PR #2029Andrey Andreev1-1/+1
We have file naming conventions and any extension filename needs to match MY_<orig_filename>, so we don't need to check for lowercase equivalents.
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-0/+176
Signed-off-by: dchill42 <dchill42@gmail.com>