浏览代码

for add data

stanley-king 4 年之前
父节点
当前提交
9c5e906908
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      test/TestAddData.php

+ 7 - 0
test/TestAddData.php

@@ -253,6 +253,13 @@ class TestAddData extends TestCase
             $this->addFile($file);
         }
     }
+    public function test20200904_1_addCard()
+    {
+        $files = ['200-344-353.xlsx'];
+        foreach ($files as $file) {
+            $this->addFile($file);
+        }
+    }
 }
 
 //docker-compose -f ./docker-compose-dev.yml run phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestAddData::testCancelOrder)( .*)?$/" --test-suffix TestAddData.php /var/www/html/test