stanley-king %!s(int64=2) %!d(string=hai) anos
pai
achega
5f07729fc4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/TestRefillCommand.php

+ 1 - 0
test/TestRefillCommand.php

@@ -34,6 +34,7 @@ class TestRefillCommand extends TestCase
     //docker-compose run -d phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillCommand::testRefillStatYesterday)( .*)?$/" --test-suffix TestRefillCommand.php /var/www/html/test
     public function testRefillStatYesterday()
     {
+        Log::record("start testRefillStatYesterday",Log::DEBUG);
         $end_date = strtotime(date('Y-m-d',time()));
         $start_date  = $end_date - 86400;