Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
4eaf80a6ec0b58a0adc95638153363e00ebf5378
/
tests
/
mocks
/
core
/
common.php
d444d44
config_item() to return NULL instead of FALSE for non-existing items
by Andrey Andreev
· 10 years ago
c26b9eb
Don't use globals
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
f964b16
Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it
by Andrey Andreev
· 11 years ago
838c9a9
Drop the unused parameter from log_message() / CI_Log::write_log()
by Andrey Andreev
· 11 years ago
d0c30ab
Logging functions: level parameter is not optional
by vlakoff
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
4f42be5
Raised CI_Loader test coverage to 93%
by dchill42
· 12 years ago
7ecc5cd
Integrated vfsStream better and made paths constants VFS-based
by dchill42
· 12 years ago
36de42e
Revert a change in tests/mocks/core/common.php
by Andrey Andreev
· 13 years ago
62fd52d
Revert a change in tests/mocks/core/common.php
by Andrey Andreev
· 13 years ago
f243ce1
Cleanup/optimize tests/mocks/
by Andrey Andreev
· 13 years ago
d6d1150
Replaced `==` with `===` and `!=` with `!==` in /tests
by Alex Bilbie
· 13 years ago
b2e10b7
Adding more flexibilities to mock-common
by Taufan Aditya
· 13 years ago
ca16c4f
Adding autoloader and mocks directory
by Taufan Aditya
· 13 years ago
[Renamed (99%) from tests/lib/common.php]
7729faa
Fix test errors in Loader_test.php and URI_test.php
by Hamza Bhatti
· 13 years ago
88b2963
Making config_item work again after I pulled it from CI_TestCase
by Pascal Kriete
· 14 years ago
fe372e3
Fixing up the scope soup, and adding a way to set core config items.
by Pascal Kriete
· 14 years ago
69c97a7
Adding early bootstrap ideas for core test suite
by Pascal Kriete
· 14 years ago