diff options
author | George Petculescu <gxgpet@gmail.com> | 2021-10-04 22:30:05 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2021-10-04 22:30:05 +0200 |
commit | 6858cdf44b5f05e624cd2315a31ba162956180e7 (patch) | |
tree | 12412a4fd3aaa0cf85c72c790069cbe226b2cc82 | |
parent | bd5fab166ccff8c0bae963cd9d83a65c226cefa2 (diff) |
whoops :)
-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 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'); |