summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2021-10-04 22:30:05 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2021-10-04 22:30:05 +0200
commit6858cdf44b5f05e624cd2315a31ba162956180e7 (patch)
tree12412a4fd3aaa0cf85c72c790069cbe226b2cc82 /tests
parentbd5fab166ccff8c0bae963cd9d83a65c226cefa2 (diff)
whoops :)
Diffstat (limited to 'tests')
-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 564241ce2..927984385 100644
--- a/tests/codeigniter/core/Log_test.php
+++ b/tests/codeigniter/core/Log_test.php
@@ -2,7 +2,7 @@
class Log_test extends CI_TestCase {
public function test_configuration()
- {$this->markTestSkipped('test');
+ {
$path = new ReflectionProperty('CI_Log', '_log_path');
$path->setAccessible(TRUE);
$threshold = new ReflectionProperty('CI_Log', '_threshold');