diff options
author | Andrey Andreev <narf@devilix.net> | 2016-02-09 22:37:59 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-02-09 22:37:59 +0100 |
commit | 9a33f7833729005e2ffd40dea9c10268b1bc0fbe (patch) | |
tree | 8a1bdbf8e9c93a665c95c1caf4f44d40113f68ba /tests | |
parent | 39967987ebcc79fc867c1f7fa8d69cc65801f594 (diff) |
[ci skip] Whitespace
Diffstat (limited to 'tests')
-rw-r--r-- | tests/codeigniter/core/Log_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/core/Log_test.php b/tests/codeigniter/core/Log_test.php index 01e90f5fc..d44cbac0f 100644 --- a/tests/codeigniter/core/Log_test.php +++ b/tests/codeigniter/core/Log_test.php @@ -17,7 +17,7 @@ class Log_test extends CI_TestCase { $enabled = new ReflectionProperty('CI_Log', '_enabled'); $enabled->setAccessible(TRUE); - $this->ci_set_config('log_path', '/root/'); + $this->ci_set_config('log_path', '/root/'); $this->ci_set_config('log_threshold', 'z'); $this->ci_set_config('log_date_format', 'd.m.Y'); $this->ci_set_config('log_file_extension', ''); |