Closed kenjis closed 1 year ago
Updated :
$ grep -lr 'time()' system
system/Cache/Handlers/FileHandler.php
system/Database/MigrationRunner.php
system/Test/Fabricator.php
system/Test/Mock/MockCache.php
system/Test/Mock/MockSession.php
system/Test/TestResponse.php
system/ThirdParty/Kint/Parser/MicrotimePlugin.php
system/ThirdParty/Kint/Parser/MicrotimePlugin.php
is not our code.
We don't edit it.
Does anyone can approve the last PR #6880 ? If this PR get merged, this issue will be solved.
$ grep -lr 'time()' system
system/Cache/Handlers/PredisHandler.php
system/Throttle/Throttler.php
system/ThirdParty/Kint/Parser/MicrotimePlugin.php
system/Debug/Toolbar.php
Now completed changed
$ grep -lr 'time()' system system/Cache/Handlers/PredisHandler.php system/Throttle/Throttler.php system/ThirdParty/Kint/Parser/MicrotimePlugin.php system/Debug/Toolbar.php. $ grep -lr 'time()' system system/Cache/Handlers/PredisHandler.php system/Throttle/Throttler.php system/ThirdParty/Kint/Parser/MicrotimePlugin.php system/Debug/Toolbar.php
Thank you! @ping-yee @ddevsr
Replace
time()
withTime
class.time()
is not testable.See https://github.com/codeigniter4/CodeIgniter4/pull/6753#pullrequestreview-1168235642