stanley-king 3 năm trước cách đây
mục cha
commit
0c1527e413
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      test/TestRefillClear.php

+ 2 - 2
test/TestRefillClear.php

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