summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-02-09 22:37:59 +0100
committerAndrey Andreev <narf@devilix.net>2016-02-09 22:38:49 +0100
commit376ae77cb420df1bae8313d76bf0b01d5c523c48 (patch)
tree5a816b11b05488bf97600ab8804bbec43ec1d2ed
parent477e08f1d6726809660e4841f389493541f7bc07 (diff)
[ci skip] Whitespace
-rw-r--r--tests/codeigniter/core/Log_test.php2
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', '');