summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter
AgeCommit message (Expand)AuthorFilesLines
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev30-593/+463
2012-06-09Cleanup and optimize helper tests for speedAndrey Andreev14-319/+317
2012-06-09Modified date helper tests for better accuracyAndrey Andreev1-7/+4
2012-06-07Merge https://github.com/EllisLab/CodeIgniter into test-encryption-classJoffrey Jaffeux2-1/+32
2012-06-07tests for encryption classJoffrey Jaffeux1-0/+71
2012-06-07Merge pull request #1436 from jjaffeux/tests-text-helperAndrey Andreev1-1/+17
2012-06-06removed ip_version()Joffrey Jaffeux1-14/+0
2012-06-06use an ip of the range 192.18.0.0/15Joffrey Jaffeux1-2/+2
2012-06-06remove regex in favor of strposJoffrey Jaffeux1-2/+1
2012-06-06ip_version() now returns int instead of stringJoffrey Jaffeux1-2/+2
2012-06-06correction of the test and longer test stringJoffrey Jaffeux1-3/+3
2012-06-06typo word_wraped -> word_wrappedJoffrey Jaffeux1-4/+4
2012-06-06add test for word_wrap default charlimJoffrey Jaffeux1-2/+11
2012-06-06test for word_wrap()Joffrey Jaffeux1-0/+8
2012-06-06change ellipsizing to ellipsizeJoffrey Jaffeux1-1/+1
2012-06-06follow styling guideJoffrey Jaffeux1-2/+4
2012-06-06add tests for ipv6 and new method ip_version()Joffrey Jaffeux1-0/+27
2012-06-05remove _test_line()Joffrey Jaffeux1-8/+1
2012-06-05Add test when loading language file and not using the second parameter (langu...Joffrey Jaffeux1-2/+10
2012-06-04Fix an SQLite3 pconnect() bug + other minor changesAndrey Andreev1-4/+4
2012-06-02Fixed bug created in `test_where_custom_string()` in /tests/codeigniter/datab...Alex Bilbie1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /testsAlex Bilbie2-5/+5
2012-05-27Continuation for Security and Table code-coverage, add coverage report to travisTaufan Aditya2-2/+54
2012-05-26Remove ternaryTaufan Aditya1-6/+18
2012-05-25Clean upTaufan Aditya1-2/+2
2012-05-25Explicitely testing escape_like_str APITaufan Aditya3-8/+5
2012-05-25Explicitely testing escape_like_str APITaufan Aditya1-4/+8
2012-05-25Again ... escape_like_str() testsAndrey Andreev1-3/+4
2012-05-25Alter LIKE escaping tests againAndrey Andreev1-1/+8
2012-05-25Alter LIKE escaping tests againAndrey Andreev3-16/+8
2012-05-25Alter the escape like test, since it use raw SQL via query(), the sql stateme...Taufan Aditya1-2/+5
2012-05-24replace space with tabTaufan Aditya1-4/+4
2012-05-24Escape like tests, #136 verificationTaufan Aditya1-0/+47
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon1-8/+10
2012-05-16Reduce decimal points, since there is a micro differencess on runtime and up...Taufan Aditya1-2/+2
2012-05-15Input class code-coverageTaufan Aditya2-10/+148
2012-05-15Security Code coverageTaufan Aditya1-0/+79
2012-05-15Benchmark code-coverageTaufan Aditya1-0/+42
2012-05-04Clean upTaufan Aditya1-5/+5
2012-05-04TRUNCATE code-coverageTaufan Aditya1-0/+61
2012-05-04empty table API code-coverageTaufan Aditya1-0/+39
2012-05-04DELETE code-coverageTaufan Aditya1-0/+72
2012-05-04UPDATE and SET clause code-coverageTaufan Aditya1-0/+71
2012-05-04count code-coverageTaufan Aditya1-0/+44
2012-05-04LIMIT clause API code-coverageTaufan Aditya1-0/+49
2012-05-04ORDER BY clause API code-coverageTaufan Aditya1-0/+55
2012-05-04DISTINCT clause API code-coverageTaufan Aditya1-0/+34
2012-05-04HAVING clause API code-coverageTaufan Aditya1-4/+20
2012-05-04Trace errorTaufan Aditya1-4/+4
2012-05-04GROUP BY clause API code-coverageTaufan Aditya1-0/+37