summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-06-10Revert a change in tests/mocks/core/common.phpAndrey Andreev1-1/+2
2012-06-10Revert a change in tests/mocks/core/common.phpAndrey Andreev1-1/+2
2012-06-09Cleanup/optimize tests/mocks/Andrey Andreev24-184/+180
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-08Merge pull request #1433 from jjaffeux/test-encryption-classAndrey Andreev2-0/+86
2012-06-07update vfsStream pear urlcinan1-4/+4
2012-06-07Merge https://github.com/EllisLab/CodeIgniter into test-encryption-classJoffrey Jaffeux2-1/+32
2012-06-07tests for encryption classJoffrey Jaffeux2-0/+86
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-04Added a "non-DB" phpunit.xml for local testingPhil Sturgeon1-0/+25
2012-06-04Alter SQLite3's version() method and clear some spacesAndrey Andreev1-4/+4
2012-06-04Fix an SQLite3 pconnect() bug + other minor changesAndrey Andreev2-5/+5
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 Bilbie4-9/+9
2012-05-27Adding more flexibilities to mock-commonTaufan Aditya1-64/+103
2012-05-27Continuation for Security and Table code-coverage, add coverage report to travisTaufan Aditya9-40/+86
2012-05-26Allowing main constants defined via phpunit config or other bootstraperTaufan Aditya1-4/+4
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 Aditya2-2/+5
2012-05-24replace space with tabTaufan Aditya1-4/+4
2012-05-24Escape like tests, #136 verificationTaufan Aditya3-1/+69
2012-05-24Backward compatibility, in case someone already has vfsStream in their PEAR o...Taufan Aditya1-3/+8
2012-05-24Global class aliasing, at least until namespace introduced into further releaseTaufan Aditya1-2/+5
2012-05-24get vfsStream via composer if its PEAR package not existsTaufan Aditya1-1/+10
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 Aditya2-3/+3
2012-05-15Remove unused hardcoded reference from *phpunit.xml filesTaufan Aditya6-13/+1
2012-05-15Input class code-coverageTaufan Aditya6-14/+207
2012-05-15Comment block for explanationTaufan Aditya1-0/+3