|
@@ -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-02');
|
|
|
- $end_date = strtotime('2021-09-16');
|
|
|
+ $start_date = strtotime('2021-09-04');
|
|
|
+ $end_date = strtotime('2021-09-05');
|
|
|
|
|
|
$this->clear($start_date,$end_date);
|
|
|
}
|