summaryrefslogtreecommitdiffstats
path: root/tests/mocks
AgeCommit message (Expand)AuthorFilesLines
2021-10-05Fixes styleguide ORsGeorge Petculescu1-5/+5
2021-10-04Fixes CREATE TABLE IF NOT EXISTS on pdo_pgsql_forge; checking for dummy data ...George Petculescu1-5/+5
2021-05-31Adding PHPUnit 8George Petculescu1-1/+15
2021-05-31Upgrade to latest mikey179/vfsstreamGeorge Petculescu1-1/+1
2019-09-25Fix indentsapics2-3/+3
2018-04-24Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2018-04-24Fix test_like_set_side() unit test (dataProvider wasn't working)Andrey Andreev1-2/+2
2017-12-27Merge pull request #5367 from carusogabriel/clean-elsesAndrey Andreev1-4/+2
2017-12-20Clean elsesGabriel Caruso1-4/+2
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev1-4/+4
2017-03-06Fix #5044; add unit tests for img() HTML helperAndrey Andreev1-4/+4
2016-12-14Move csrf_verify() call out of CI_InputAndrey Andreev1-30/+0
2016-12-14Isolate CI_Security instantiation from CI_Input; improve testsAndrey Andreev3-26/+5
2016-12-14Finally drop CI_Input::_sanitize_globals()Andrey Andreev1-18/+1
2016-12-12Remove previously deprecated Cart LibraryAndrey Andreev1-1/+0
2016-12-08Merge pull request #4932 from rhynodesigns/patch-1Andrey Andreev1-2/+2
2016-12-08Spelling: convinient -> convenientRyan McAllen1-2/+2
2016-05-20Merge pull request #4638 from kasimtan/phpdoc_fixesAndrey Andreev5-5/+0
2016-05-19Fixed PHPDoc parameter name and type discrepanciesKasim Tan5-5/+0
2015-08-03[ci skip] Normalize tabs/spacesAndrey Andreev1-1/+1
2015-02-27Make CI_Input:: read-only as wellAndrey Andreev1-0/+8
2015-02-19test_db_failover is failing after 'autoinit' removal ...Andrey Andreev1-1/+1
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-2/+1
2015-02-17Fix #3572: CI_Security::_remove_evil_attributes()Andrey Andreev1-0/+5
2015-01-29fix typo in commentsClaudio Galdiolo1-2/+2
2015-01-29fix typo in commentsClaudio Galdiolo1-2/+2
2015-01-29fix typo in commentsClaudio Galdiolo1-3/+3
2015-01-20Ignore mysql_*connect() E_DEPRECATED errors in testsAndrey Andreev1-0/+7
2015-01-12Added support for running unit tests on PHP 5.2Dan Bernardic1-17/+17
2015-01-11Added a unit test for #3464Dan Bernardic1-4/+9
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-1/+1
2014-02-24Don't use globalsAndrey Andreev1-0/+2
2014-02-20CI_Utf8-related changesAndrey Andreev1-3/+6
2014-02-20Remove a few empty 'mock' classesAndrey Andreev7-19/+1
2014-02-15Rename CI_Utf8::_is_ascii() to is_ascii() and make it publicAndrey Andreev1-5/+0
2014-02-12Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf...Andrey Andreev1-23/+2
2014-02-12[ci skip] Indentation fixAndrey Andreev1-1/+1
2014-02-12Remove pointless mocks for remove_invisible_characters(), is_php(), is_really...Andrey Andreev1-51/+0
2014-02-11Utf8/iconv/mbstring-related changesAndrey Andreev1-0/+11
2014-02-07CI_Encryption: Optimizations and test casesAndrey Andreev1-0/+39
2014-02-04CI_Encryption: Fix some errors and add unit tests for hkdf()Andrey Andreev1-15/+38
2014-01-16Add a unit test for CI_Utf8::_is_ascii()Andrey Andreev1-0/+5
2014-01-15CI_URI changes related to the 'permitted_uri_chars' settingAndrey Andreev1-2/+13
2014-01-13Don't throw in mock autoloaderFred Emmott1-15/+1
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...Andrey Andreev2-5/+9
2013-09-13Drop the unused parameter from log_message() / CI_Log::write_log()Andrey Andreev1-1/+1
2013-07-15Fix Travis testsAndrey Andreev1-0/+2
2013-05-07Logging functions: level parameter is not optionalvlakoff1-1/+1
2013-03-31fix typo : StdClass should be stdClassAbdul Malik Ikhsan1-1/+1
2013-02-21DB_result tests seem to also depend on autoloading via the class_exists() che...Andrey Andreev1-0/+0