summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Driver_test.php
AgeCommit message (Collapse)AuthorFilesLines
2021-12-20Merge pull request #6074 from philsturgeon/ci3-php8Andrey Andreev1-7/+9
CodeIgniter 3.0 on PHP 8
2016-08-10Use getMockBuilder() in PHPUnit instead of the deprecated getMock()Andrey Andreev1-2/+2
2015-08-03[ci skip] Normalize tabs/spacesAndrey Andreev1-5/+6
Partial changes from PR #4016
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>