From 6858cdf44b5f05e624cd2315a31ba162956180e7 Mon Sep 17 00:00:00 2001 From: George Petculescu Date: Mon, 4 Oct 2021 23:30:05 +0300 Subject: whoops :) --- tests/codeigniter/core/Log_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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'); -- cgit v1.2.3-24-g4f1b