stanley-king 3 年之前
父節點
當前提交
7673f9dfee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/TestRefillBalance.php

+ 1 - 1
test/TestRefillBalance.php

@@ -26,7 +26,7 @@ class TestRefillBalance extends TestCase
         $refill_balance->add_balance('system', 0, 0, strtotime('2021-12-01'),'order_time');
     }
 
-    //docker-compose -d run phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillBalance::testInitBalance)( .*)?$/" --test-suffix TestRefillBalance.php /var/www/html/test
+    //docker-compose run -d phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillBalance::testInitBalance)( .*)?$/" --test-suffix TestRefillBalance.php /var/www/html/test
     public function testInitBalance()
     {
         $refill_balance = new statistics\refill_balance();