stanley-king 3 anni fa
parent
commit
12e2b3f694
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      test/TestRefillClear.php

+ 2 - 2
test/TestRefillClear.php

@@ -38,8 +38,8 @@ class TestRefillClear extends TestCase
     //docker-compose run -d phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillClear::test202201)( .*)?$/" --test-suffix TestRefillClear.php /var/www/html/test
     public function test202201()
     {
-        $start_date = strtotime('2022-01-21');
-        $end_date   = strtotime('2022-01-26');
+        $start_date = strtotime('2022-01-26');
+        $end_date   = strtotime('2022-02-01');
         $this->clear($start_date,$end_date);
     }