summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Useragent_test.php
AgeCommit message (Collapse)AuthorFilesLines
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev1-2/+2
Fix user guide url
2014-02-20Remove a few empty 'mock' classesAndrey Andreev1-1/+1
2014-01-17Minor changes related to CI_User_agentAndrey Andreev1-8/+49
Fixed a bug where both accept_charset() and accept_lang() improperly parsed headers if they contained spaces between data separators (which is valid). Also made is_referral() testable by replacing its static cache var with a class property and added some more unit tests for the library as a whole.
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill421-4/+3
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev1-4/+2
2012-03-28Adding core and libraries mock classesTaufan Aditya1-0/+87