stanley-king před 3 roky
rodič
revize
d595891bc0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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-16');
-        $end_date   = strtotime('2022-01-17');
+        $start_date = strtotime('2022-01-17');
+        $end_date   = strtotime('2022-01-21');
         $this->clear($start_date,$end_date);
     }