summaryrefslogtreecommitdiffstats
path: root/tests/mocks
AgeCommit message (Expand)AuthorFilesLines
2012-10-23Add a test for issue #273Andrey Andreev1-1/+2
2012-10-22Raised CI_Loader test coverage to 93%dchill425-18/+9
2012-10-14Adapted DB for VFS changes and fixed Common case in Bootstrap.phpdchill423-3/+60
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill425-45/+233
2012-10-10Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_u...dchill425-0/+53
2012-10-09Overloaded is_cli_request in Input mock for Session testdchill421-0/+10
2012-09-03Added Calendar library unit testAlex Bilbie1-0/+25
2012-08-30Better way - autoloader uses first config pathdchill421-1/+0
2012-08-30Finished the final tests (except do_upload)Alex Bilbie1-0/+0
2012-08-30Added lang mock and upload mockAlex Bilbie2-0/+18
2012-08-29Added autoloader unit test with minor supporting change in Loaderdchill421-0/+9
2012-08-29Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_u...dchill422-5/+61
2012-08-28Improved VFS usage in Loader and Config units, added Loader driver test, and ...dchill421-14/+18
2012-07-31Added Session driver library unit tests and added driver library autoloading ...dchill422-5/+61
2012-06-28Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub...Andrey Andreev1-3/+8
2012-06-26Comply styleguideTaufan Aditya1-1/+1
2012-06-26Allow extra SPL autoloaderTaufan Aditya1-4/+9
2012-06-26Alter test pdo/mysql configAndrey Andreev1-1/+1
2012-06-25Work-around for a failover test (currently DSNs are only built on class initi...Andrey Andreev1-1/+1
2012-06-23Rename pdodriver property to subdriver and make it available to all driversAndrey Andreev4-13/+13
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-07tests for encryption classJoffrey Jaffeux1-0/+15
2012-06-04Alter SQLite3's version() method and clear some spacesAndrey Andreev1-4/+4
2012-06-04Fix an SQLite3 pconnect() bug + other minor changesAndrey Andreev1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /testsAlex Bilbie2-4/+4
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 Aditya1-2/+2
2012-05-25Alter the escape like test, since it use raw SQL via query(), the sql stateme...Taufan Aditya1-0/+0
2012-05-24Escape like tests, #136 verificationTaufan Aditya1-0/+21
2012-05-15Input class code-coverageTaufan Aditya3-1/+59
2012-05-15Comment block for explanationTaufan Aditya1-0/+3
2012-05-15Security Code coverageTaufan Aditya2-1/+28
2012-05-15Clean up autoloader annotationTaufan Aditya1-1/+0
2012-05-15Benchmark code-coverageTaufan Aditya1-0/+3
2012-05-04PDO SQLite bug fixed, for result_objectTaufan Aditya1-0/+0
2012-05-04HAVING clause API code-coverageTaufan Aditya2-4/+8
2012-05-04Trace errorTaufan Aditya1-0/+0
2012-05-04JOIN clause API code-coverageTaufan Aditya1-1/+1
2012-05-03Add user entity into schema skeletonTaufan Aditya1-0/+24
2012-04-05Add select clause testTaufan Aditya1-7/+48
2012-04-04Resolve postgres issue on create tableTaufan Aditya1-3/+2
2012-04-04Fix postgre table datatypeTaufan Aditya1-3/+3
2012-04-04Use more user-friendly method for dummy create dataTaufan Aditya1-10/+3
2012-04-04Add dsn to pgsqlTaufan Aditya2-3/+3
2012-04-04Simple query builder testsTaufan Aditya2-0/+75
2012-04-04Adding schema and initial Query Builder code coverageTaufan Aditya5-6/+6
2012-04-04Add branch to travis listTaufan Aditya1-1/+1
2012-04-04Fix sqlite issue on PHP 5.4 both for native and PDO driverTaufan Aditya3-14/+19