Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
39233306de07ada3575a71d70349010954676486
/
tests
46d2072
More xss_clean() improvements
by Andrey Andreev
· 11 years ago
e7a2aa0
xss_clean() improvement
by Andrey Andreev
· 11 years ago
f29fd5b
[ci skip] Fix a test skip message
by Andrey Andreev
· 11 years ago
18767e3
CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility
by Andrey Andreev
· 11 years ago
c26b9eb
Don't use globals
by Andrey Andreev
· 11 years ago
08b3f73
Revert some changes ... our testing sucks
by Andrey Andreev
· 11 years ago
d104f8b
More CI_Lang tests
by Andrey Andreev
· 11 years ago
742826c
Add test cases for CI_Upload::__construct(), CI_Upload::initialize()
by Andrey Andreev
· 11 years ago
2cf4c9b
CI_Upload changes
by Andrey Andreev
· 11 years ago
bb3edf1
CI_Utf8-related changes
by Andrey Andreev
· 11 years ago
10e7a32
Remove a few empty 'mock' classes
by Andrey Andreev
· 11 years ago
f30b14a
Fix CI_Calendar tests
by Andrey Andreev
· 11 years ago
0254589
Add compatibility layer for array_column(), array_replace(), array_replace_recursive()
by Andrey Andreev
· 11 years ago
fed4ab4
Don't load password hashing compat for HHVM
by Andrey Andreev
· 11 years ago
9a152a9
Add an ext/hash compatibility layer (just hash_pbkdf2(), for now)
by Andrey Andreev
· 11 years ago
3ddd564
[ci skip] Minor tests adjustments
by Andrey Andreev
· 11 years ago
53d5ee6
Enable write_file() test
by Andrey Andreev
· 11 years ago
cd74d36
Rename CI_Utf8::_is_ascii() to is_ascii() and make it public
by Andrey Andreev
· 11 years ago
3fd1b38
Introducing compatibility layers
by Andrey Andreev
· 11 years ago
1b4e5e1
[ci skip] Test fixes
by Andrey Andreev
· 11 years ago
eb555ed
Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf8::__construct()
by Andrey Andreev
· 11 years ago
bfbdf1e
[ci skip] Indentation fix
by Andrey Andreev
· 11 years ago
1480d8c
Remove pointless mocks for remove_invisible_characters(), is_php(), is_really_writable()
by Andrey Andreev
· 11 years ago
be1496d
Utf8/iconv/mbstring-related changes
by Andrey Andreev
· 11 years ago
2c2722e
Some other small writing consistency fixes
by darwinel
· 11 years ago
05983fc
A bug fix and optimizations in CI_Table
by Andrey Andreev
· 11 years ago
4b45065
CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs
by Andrey Andreev
· 11 years ago
c2804a3
Merge branch 'develop' into 'feature/encryption'
by Andrey Andreev
· 11 years ago
1993aab
Small Style fix
by darwinel
· 11 years ago
81e1064
CI_Encryption: Optimizations and test cases
by Andrey Andreev
· 11 years ago
e8088d6
CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibility
by Andrey Andreev
· 11 years ago
8d33a9a
CI_Encryption: HMAC to not be derived from the encryption key
by Andrey Andreev
· 11 years ago
f401767
CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MODE_* constants
by Andrey Andreev
· 11 years ago
d9a48da
CI_Encryption: Add Blowfish to compatibility list
by Andrey Andreev
· 11 years ago
50ccc38
CI_Encryption: Fix more errors and add a 'portability' test case
by Andrey Andreev
· 11 years ago
912831f
CI_Encryption: Fix some errors and add unit tests for hkdf()
by Andrey Andreev
· 11 years ago
ecc260e
Righting a wrong in the Session library
by Andrey Andreev
· 11 years ago
e17ccdb
Merge branch 'feature/uri_routing_overhaul' into 'develop'
by Andrey Andreev
· 11 years ago
a9938a0
Minor changes related to CI_User_agent
by Andrey Andreev
· 11 years ago
6672b82
Unit tests: Full code coverage of Benchmark class
by Andrey Andreev
· 11 years ago
e33e9c1
Add CI_Model unit test
by Andrey Andreev
· 11 years ago
291676b
Add a unit test for CI_Utf8::_is_ascii()
by Andrey Andreev
· 11 years ago
279459e
Add some unit tests for CI_Input
by Andrey Andreev
· 11 years ago
30d5324
URI Routing overhaul
by Andrey Andreev
· 11 years ago
de14aa5
CI_URI changes related to the 'permitted_uri_chars' setting
by Andrey Andreev
· 11 years ago
9765472
Don't throw in mock autoloader
by Fred Emmott
· 11 years ago
d1755f8
Update Calendar library test following PR #2802
by Andrey Andreev
· 11 years ago
0bb32d3
Update Text helper highlight_phrase() tests and add one for custom tags
by Andrey Andreev
· 11 years ago
61a7b8f
Implement Loader method chaining
by Andrey Andreev
· 11 years ago
a9c7d18
Fix #2237: Parser library failed if the same tag pair is used more than once within a template
by Andrey Andreev
· 11 years ago
fd15a70
Remove redudant Loader tests for library() & driver() with no parameters
by Andrey Andreev
· 11 years ago
f964b16
Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it
by Andrey Andreev
· 11 years ago
3a3d5f6
Replace the last rand() with mt_rand()
by vlakoff
· 11 years ago
838c9a9
Drop the unused parameter from log_message() / CI_Log::write_log()
by Andrey Andreev
· 11 years ago
a1553a9
Lower precision for the CI_Benchmark::elapsed_time() test - there's no way to reliably test it
by Andrey Andreev
· 11 years ago
441fd26
Input class: change behavior of get_post() method, add post_get() method
by vlakoff
· 11 years ago
c1044cb
Uniformize slash_item() with item()
by vlakoff
· 11 years ago
90f316a
Adjustments to the previous commit
by vlakoff
· 11 years ago
519f87a
Loader changes & optimizations related to issue #2551
by Andrey Andreev
· 12 years ago
20b0b20
Fix Loader_test::test_non_existent_model()
by Andrey Andreev
· 12 years ago
924a755
Fix CI_Loader::model() tests
by Andrey Andreev
· 12 years ago
69088d8
Simplify directory_map test skip
by vlakoff
· 12 years ago
7761fa6
Proper directory_map test skip
by vlakoff
· 12 years ago
a42f155
[ci skip] Skip directory_map() test when opendir() fails to open a VFS dir
by Andrey Andreev
· 12 years ago
09b75b1
Fix an argument in test_directory_helper
by vlakoff
· 12 years ago
464ffae
Fix test_directory_map
by vlakoff
· 12 years ago
306ad86
Fix Travis tests
by Andrey Andreev
· 12 years ago
5b3be33
Merge pull request #2460 from vlakoff/develop-3
by Andrey Andreev
· 12 years ago
ef2be33
Try a different method, the previous one wasn't working in Travis
by vlakoff
· 12 years ago
ef8ca68
Fix tests execution
by vlakoff
· 12 years ago
8c40c9c
Add a requirement in tests installation instructions
by vlakoff
· 12 years ago
d0c30ab
Logging functions: level parameter is not optional
by vlakoff
· 12 years ago
a8b29ac
fix typo : StdClass should be stdClass
by Abdul Malik Ikhsan
· 12 years ago
eb291c1
CI_Output [set/append/get]_output() tests
by Andrey Andreev
· 12 years ago
b3a5d6e
Some miscellaneous tests
by Andrey Andreev
· 12 years ago
452b668
Add CI_Utf8::convert_to_utf8() test
by Andrey Andreev
· 12 years ago
8cf596b
DB_result tests seem to also depend on autoloading via the class_exists() checks ...
by Andrey Andreev
· 12 years ago
e84c014
Fix Session tests
by Andrey Andreev
· 12 years ago
e1d5a7a
Fix form_upload() test
by Andrey Andreev
· 12 years ago
3567246
Various cosmetic fixes
by vlakoff
· 12 years ago
ed92580
Remove tests for now non-existent method CI_Upload::clean_file_name()
by Andrey Andreev
· 12 years ago
bc92262
Update unit tests with the ucfirst-library-filename requirement
by Andrey Andreev
· 12 years ago
606fee0
Fix auto_link() for the Nth time
by Andrey Andreev
· 12 years ago
7638479
Add ENVIRONMENT constant to unit tests
by Andrey Andreev
· 12 years ago
b3ec942
Replaced array_push function reference with a faster ordinary element insertion method
by and-ers
· 12 years ago
88257ce
Update CI_Output::get_header() test
by Andrey Andreev
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
74ad0bb
Merge pull request #2043 from johnathancroom/keep_flash_data_array
by Andrey Andreev
· 12 years ago
66b36ef
keep_flashdata array test
by Johnathan Croom
· 12 years ago
4173823
Fix #2041
by Andrey Andreev
· 12 years ago
cc4b003
Added CI_Output::get_header()
by Andrey Andreev
· 12 years ago
feb1e05
Update Language helper test case
by Andrey Andreev
· 12 years ago
79980e4
MySQLi tests
by Andrey Andreev
· 12 years ago
7e83f32
Revert some of the changes from PR #2029
by Andrey Andreev
· 12 years ago
89ecc8a
Merge pull request #2029 from dchill42/driver_ext
by Andrey Andreev
· 12 years ago
1713d32
Replaced Mock_Core_Lang with PHPUnit mockups
by dchill42
· 12 years ago
6262d05
Added support for extending individual driver classes and driver unit tests
by dchill42
· 12 years ago
87c7813
Update tests following 77bd21b15305412b63c8f448787d5b275efd07e2
by Andrey Andreev
· 12 years ago
1f884d6
Move Log class to core in tests as well
by Andrey Andreev
· 12 years ago
e8b8904
directory_map() ... the final one
by Andrey Andreev
· 12 years ago
Next »