stanley-king 2 years ago
parent
commit
314100a509
2 changed files with 2 additions and 2 deletions
  1. 0 0
      docker/compose/pull_docker.sh
  2. 2 2
      test/TestRefillClear.php

+ 0 - 0
docker/compose/pull_docker.sh


+ 2 - 2
test/TestRefillClear.php

@@ -37,14 +37,14 @@ class TestRefillClear extends TestCase
         $clear->clear($start_date,$end_date);
     }
 
-    //docker-compose run -d phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillClear::testPdlogClearAll)( .*)?$/" --test-suffix TestRefillClear.php /var/www/html/test
+    //docker-compose run -d phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillClear::testPdlogClearYZAll)( .*)?$/" --test-suffix TestRefillClear.php /var/www/html/test
     public function testPdlogClearYZAll()
     {
         $clear = new refill\pdlog_clear_all();
         $clear->clear(5830744042);
     }
 
-    //docker-compose run -d phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillClear::testPdlogClearAll)( .*)?$/" --test-suffix TestRefillClear.php /var/www/html/test
+    //docker-compose run -d phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillClear::testPdlogClearYLAll)( .*)?$/" --test-suffix TestRefillClear.php /var/www/html/test
     public function testPdlogClearYLAll()
     {
         $clear = new refill\pdlog_clear_all();