stanley-king 3 سال پیش
والد
کامیت
0c1527e413
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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);
     }